summaryrefslogtreecommitdiffhomepage
path: root/src/libSoundSystem
diff options
context:
space:
mode:
Diffstat (limited to 'src/libSoundSystem')
-rw-r--r--src/libSoundSystem/SoundSystemKit/VirtualMixer.h2
-rw-r--r--src/libSoundSystem/src/VirtualMixer.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h
index 69fa341a..c0883ae9 100644
--- a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h
+++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h
@@ -10,9 +10,11 @@
#include <libSystem/SystemKit/System.h>
namespace SoundSystem {
+
struct VirtualMixer;
struct VirtualSource;
struct VirtualVolume;
+
} // namespace SoundSystem
#endif
diff --git a/src/libSoundSystem/src/VirtualMixer.cpp b/src/libSoundSystem/src/VirtualMixer.cpp
index 792bb672..0316b27f 100644
--- a/src/libSoundSystem/src/VirtualMixer.cpp
+++ b/src/libSoundSystem/src/VirtualMixer.cpp
@@ -6,4 +6,3 @@
#include <SoundSystemKit/VirtualMixer.h>
namespace SoundSystem {}
-