diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-24 17:16:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-24 20:02:37 +0300 |
commit | 22e4c80cc35e552ef39639a874f3c54f11fde747 (patch) | |
tree | 01daf65c47092d228127588ffbcb0e63b128f01a /src/soundmanager.h | |
parent | 1e54255d9578e00ed699a458d9772f1035564620 (diff) | |
download | plus-22e4c80cc35e552ef39639a874f3c54f11fde747.tar.gz plus-22e4c80cc35e552ef39639a874f3c54f11fde747.tar.bz2 plus-22e4c80cc35e552ef39639a874f3c54f11fde747.tar.xz plus-22e4c80cc35e552ef39639a874f3c54f11fde747.zip |
Fix for race conditions in application termination.
This bug mostly visible in windows.
Diffstat (limited to 'src/soundmanager.h')
-rw-r--r-- | src/soundmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soundmanager.h b/src/soundmanager.h index 4ea36c27e..d36cad92b 100644 --- a/src/soundmanager.h +++ b/src/soundmanager.h @@ -145,6 +145,8 @@ class SoundManager final : public ConfigListener */ void logic(); + void shutdown(); + private: /** Logs various info about sound device. */ void info() const; |