stringapi: Command names

This commit is contained in:
Ben Boeckel
2014-02-24 20:19:17 -05:00
committed by Brad King
parent 6557382dcf
commit 85fc9f26a7
121 changed files with 132 additions and 131 deletions

View File

@@ -47,7 +47,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
virtual const char* GetName() const { return "ctest_run_script";}
virtual std::string GetName() const { return "ctest_run_script";}
cmTypeMacro(cmCTestRunScriptCommand, cmCTestCommand);
};