STYLE: GetProjectName() is const

Alex
This commit is contained in:
Alexander Neundorf 2007-06-20 23:01:36 -04:00
parent 4bf3723ac1
commit 1cf1780f6e

View File

@ -275,7 +275,7 @@ public:
/** /**
* Get the name of the project for this build. * Get the name of the project for this build.
*/ */
const char* GetProjectName() const char* GetProjectName() const
{ {
return this->ProjectName.c_str(); return this->ProjectName.c_str();
} }