summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-21 03:01:36 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-21 03:01:36 (GMT)
commit1cf1780f6e0b6998eeac650504246b4f46e23553 (patch)
treed324c9020b3f0490e7a590a2a6cdc461752c70cd /Source/cmMakefile.h
parent4bf3723ac119a127a24ac165ca74a98cadcb9007 (diff)
downloadCMake-1cf1780f6e0b6998eeac650504246b4f46e23553.zip
CMake-1cf1780f6e0b6998eeac650504246b4f46e23553.tar.gz
CMake-1cf1780f6e0b6998eeac650504246b4f46e23553.tar.bz2
STYLE: GetProjectName() is const
Alex
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
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();
}