STYLE: GetProjectName() is const
Alex
This commit is contained in:
parent
4bf3723ac1
commit
1cf1780f6e
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user