diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-29 20:07:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-29 20:07:07 (GMT) |
commit | 5bf55d1590d2e92180b51c82b397cac8dd4c6d64 (patch) | |
tree | a17c7406d52ff3dd518554e1455d4997b0338047 /Source/cmCTest.h | |
parent | 64a6ad497523b68efe127b27ad2a7fdbe73cbfbc (diff) | |
download | CMake-5bf55d1590d2e92180b51c82b397cac8dd4c6d64.zip CMake-5bf55d1590d2e92180b51c82b397cac8dd4c6d64.tar.gz CMake-5bf55d1590d2e92180b51c82b397cac8dd4c6d64.tar.bz2 |
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
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; |