diff options
Diffstat (limited to 'src/Partition.cxx')
-rw-r--r-- | src/Partition.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Partition.cxx b/src/Partition.cxx index 273c08f29..92ab0a6b2 100644 --- a/src/Partition.cxx +++ b/src/Partition.cxx @@ -208,7 +208,7 @@ Partition::OnMixerVolumeChanged(Mixer &, int) noexcept } void -Partition::OnGlobalEvent(unsigned mask) +Partition::OnGlobalEvent(unsigned mask) noexcept { if ((mask & SYNC_WITH_PLAYER) != 0) SyncWithPlayer(); |