diff options
Diffstat (limited to 'src/libSoundSystem/SoundSystemKit/VirtualMixer.h')
| -rw-r--r-- | src/libSoundSystem/SoundSystemKit/VirtualMixer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h index e57ff29b..b6918f5a 100644 --- a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h +++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h @@ -9,9 +9,9 @@ #include <libSystem/SystemKit/System.h> namespace SoundSystem { - struct VirtualMixer; - struct VirtualSource; - struct VirtualVolume; -} +struct VirtualMixer; +struct VirtualSource; +struct VirtualVolume; +} // namespace SoundSystem #endif |
