From 1cf1780f6e0b6998eeac650504246b4f46e23553 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 20 Jun 2007 23:01:36 -0400 Subject: STYLE: GetProjectName() is const Alex --- Source/cmMakefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 753ab81..b027e30 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -275,7 +275,7 @@ public: /** * Get the name of the project for this build. */ - const char* GetProjectName() + const char* GetProjectName() const { return this->ProjectName.c_str(); } -- cgit v0.12