[cmake-commits] alex committed cmMakefile.h 1.209 1.210

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 20 23:01:38 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv16851

Modified Files:
	cmMakefile.h 
Log Message:

STYLE: GetProjectName() is const

Alex


Index: cmMakefile.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.h,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- cmMakefile.h	18 Jun 2007 15:59:23 -0000	1.209
+++ cmMakefile.h	21 Jun 2007 03:01:36 -0000	1.210
@@ -275,7 +275,7 @@
   /**
    * Get the name of the project for this build.
    */
-  const char* GetProjectName()
+  const char* GetProjectName() const
     {
       return this->ProjectName.c_str();
     }



More information about the Cmake-commits mailing list