From 22e4c80cc35e552ef39639a874f3c54f11fde747 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 24 Dec 2012 17:16:22 +0300 Subject: Fix for race conditions in application termination. This bug mostly visible in windows. --- src/soundmanager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soundmanager.h') 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; -- cgit v1.2.3-70-g09d2