mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Convert SDL (mostly) to plStrings
This commit is contained in:
@ -121,7 +121,7 @@ bool plStateChangeNotifier::operator==(const plStateChangeNotifier &other) const
|
||||
// send notification msg to all registered recipients
|
||||
//
|
||||
void plStateChangeNotifier::SendNotificationMsg(const plSimpleStateVariable* srcVar, const plSimpleStateVariable* dstVar,
|
||||
const char* sdlName)
|
||||
const plString& sdlName)
|
||||
{
|
||||
plSDLNotificationMsg* m = new plSDLNotificationMsg;
|
||||
|
||||
|
Reference in New Issue
Block a user