summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/app.h b/src/app/app.h
index 4d567e0..1834a67 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -35,7 +35,7 @@
class CInstanceManager;
class CEvent;
class CRobotMain;
-class CSound;
+class CSoundInterface;
/**
* \struct JoystickDevice
@@ -366,7 +366,7 @@ protected:
//! Graphics device
Gfx::CDevice* m_device;
//! Sound subsystem
- CSound* m_sound;
+ CSoundInterface* m_sound;
//! Main class of the proper game engine
CRobotMain* m_robotMain;