From afdc4702385dfa66ba20b46b98d81bd224c2d84e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Mar 2026 13:11:57 +0100 Subject: [FEAT] PThread implementation improvements for v2. Signed-off-by: Amlal El Mahrouss --- src/libSoundSystem/SoundSystemKit/VirtualMixer.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/libSoundSystem/SoundSystemKit') diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h index 69fa341a..4a46eb73 100644 --- a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h +++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h @@ -10,9 +10,11 @@ #include namespace SoundSystem { -struct VirtualMixer; -struct VirtualSource; -struct VirtualVolume; + + struct VirtualMixer; + struct VirtualSource; + struct VirtualVolume; + } // namespace SoundSystem #endif -- cgit v1.2.3