summaryrefslogtreecommitdiffhomepage
path: root/src/libSoundSystem
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-18 13:11:57 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-18 13:11:57 +0100
commitafdc4702385dfa66ba20b46b98d81bd224c2d84e (patch)
tree64fe06d82c4bc4408f0456298e71883059123b23 /src/libSoundSystem
parent30bfed60419707e94a0128f20199f98d008a1473 (diff)
[FEAT] PThread implementation improvements for v2.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSoundSystem')
-rw-r--r--src/libSoundSystem/SoundSystemKit/VirtualMixer.h8
1 files changed, 5 insertions, 3 deletions
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 <libSystem/SystemKit/System.h>
namespace SoundSystem {
-struct VirtualMixer;
-struct VirtualSource;
-struct VirtualVolume;
+
+ struct VirtualMixer;
+ struct VirtualSource;
+ struct VirtualVolume;
+
} // namespace SoundSystem
#endif