diff --git a/JGE/include/JSoundSystem.h b/JGE/include/JSoundSystem.h index 566ee2b29..240e9c594 100644 --- a/JGE/include/JSoundSystem.h +++ b/JGE/include/JSoundSystem.h @@ -95,6 +95,8 @@ class JSample Phonon::AudioOutput* mOutput; Phonon::MediaObject* mMediaObject; void* mSample; +#else + void* mSample; #endif };