diff options
Diffstat (limited to 'Source/cmReturnCommand.h')
-rw-r--r-- | Source/cmReturnCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmReturnCommand.h b/Source/cmReturnCommand.h index 2822b62..4ff81ef 100644 --- a/Source/cmReturnCommand.h +++ b/Source/cmReturnCommand.h @@ -45,7 +45,7 @@ public: /** * The name of the command as specified in CMakeList.txt. */ - virtual const char* GetName() const {return "return";} + virtual std::string GetName() const {return "return";} cmTypeMacro(cmReturnCommand, cmCommand); }; |