summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index a9efcc0..fcc9bf1 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -206,7 +206,7 @@ private:
};
//! Map of configuration properties
- typedef std::map<std::string, std::string> tm_DartConfigurationMap;
+ typedef std::map<cmStdString, cmStdString> tm_DartConfigurationMap;
std::string m_ToplevelPath;
tm_DartConfigurationMap m_DartConfiguration;