STYLE: GetProjectName() is const

Alex
This commit is contained in:
Alexander Neundorf 2007-06-20 23:01:36 -04:00
parent 4bf3723ac1
commit 1cf1780f6e
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}