From 88157d7c95d5c10eb24ec8d10ad5842ae4d6d44a Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Wed, 10 Aug 2011 20:56:51 +0000 Subject: [PATCH] Fixed compilation problems in non-PSP, non-FMOD, non-Phonon cases --- JGE/include/JSoundSystem.h | 2 ++ 1 file changed, 2 insertions(+) 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 };