1
0
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:
rarified
2020-06-30 16:07:23 -06:00
parent 49e4283807
commit cd97be9ac7

View File

@ -69,7 +69,7 @@ public:
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;
};