2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Make a bunch more strings const.

This commit is contained in:
Darryl Pogue
2011-08-06 14:32:48 -07:00
parent 3000e99796
commit ea3fa47eca
20 changed files with 37 additions and 37 deletions

View File

@ -232,7 +232,7 @@ public:
// debug
virtual std::string AsStdString() const
{
char * delim = "";
const char* delim = "";
std::stringstream ss;
if ( GetHasPlayerID() )