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:
@ -44,7 +44,7 @@ protected:
|
||||
bool fServerMayDelete; // ok to delete (don't save) since this state is equivalent to the default state
|
||||
public:
|
||||
|
||||
plNetSharedState(char* name=nil);
|
||||
plNetSharedState(const char* name=nil);
|
||||
virtual ~plNetSharedState();
|
||||
|
||||
virtual void Copy(plNetSharedState* ss);
|
||||
|
Reference in New Issue
Block a user