1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Const strings for plNetSharedState.

This commit is contained in:
Darryl Pogue
2011-08-06 14:20:01 -07:00
parent 517c195568
commit db3347734a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plGenericVar.h"
#include "pnMessage/plMessage.h"
plNetSharedState::plNetSharedState(char* name) : fServerMayDelete(false)
plNetSharedState::plNetSharedState(const char* name) : fServerMayDelete(false)
{
SetName(name);
}