summaryrefslogtreecommitdiffstats
path: root/Source/cmSiteNameCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSiteNameCommand.h')
-rw-r--r--Source/cmSiteNameCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSiteNameCommand.h b/Source/cmSiteNameCommand.h
index eb9d4d8..ec63ef8 100644
--- a/Source/cmSiteNameCommand.h
+++ b/Source/cmSiteNameCommand.h
@@ -45,7 +45,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() const {return "site_name";}
+ virtual std::string GetName() const {return "site_name";}
cmTypeMacro(cmSiteNameCommand, cmCommand);
};