diff options
Diffstat (limited to 'Source/cmakewizard.cxx')
-rw-r--r-- | Source/cmakewizard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakewizard.cxx b/Source/cmakewizard.cxx index f1c4fab..89236d8 100644 --- a/Source/cmakewizard.cxx +++ b/Source/cmakewizard.cxx @@ -98,7 +98,7 @@ int cmakewizard::RunWizard(std::vector<std::string> const& args) make.SetCMakeCommand(args[0].c_str()); make.LoadCache(); make.SetCacheArgs(args); - std::map<std::string,std::string> askedCache; + std::map<cmStdString, cmStdString> askedCache; bool asked = false; // continue asking questions until no new questions are asked do |