From 59b7432e7416ae1399c21c47646fa15d982bc5c6 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Thu, 21 Jul 2011 19:44:52 +0000 Subject: [PATCH] Fixed builds broken in r3807 --- JGE/include/JSoundSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JGE/include/JSoundSystem.h b/JGE/include/JSoundSystem.h index eb2f44b03..566ee2b29 100644 --- a/JGE/include/JSoundSystem.h +++ b/JGE/include/JSoundSystem.h @@ -94,8 +94,8 @@ class JSample #elif defined (USE_PHONON) Phonon::AudioOutput* mOutput; Phonon::MediaObject* mMediaObject; -#endif void* mSample; +#endif };