mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix bad patch transcription: void BeginShutdown() plgDispatch.h
This commit is contained in:
@ -69,7 +69,7 @@ public:
|
|||||||
|
|
||||||
virtual hsBool SetMsgBuffering(hsBool on) = 0; // On starts deferring msg delivery until buffering is set to off again.
|
virtual hsBool SetMsgBuffering(hsBool on) = 0; // On starts deferring msg delivery until buffering is set to off again.
|
||||||
|
|
||||||
virtual bool BeginShutdown() = 0;
|
virtual void BeginShutdown() = 0;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user