Main: move code to Partition::BeginShutdown()

This commit is contained in:
Max Kellermann
2020-01-20 09:21:56 +01:00
parent f249a755e2
commit 5afec8256a
3 changed files with 10 additions and 3 deletions

View File

@@ -74,6 +74,8 @@ struct Partition final : QueueListener, PlayerListener, MixerListener {
~Partition() noexcept;
void BeginShutdown() noexcept;
void EmitGlobalEvent(unsigned mask) noexcept {
global_events.OrMask(mask);
}