summaryrefslogtreecommitdiffstats
path: root/src/ui/control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/control.cpp')
-rw-r--r--src/ui/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/control.cpp b/src/ui/control.cpp
index 867958c..61fd6dd 100644
--- a/src/ui/control.cpp
+++ b/src/ui/control.cpp
@@ -51,7 +51,7 @@ CControl::CControl(CInstanceManager* iMan)
m_event = static_cast< CEventQueue* > ( m_iMan->SearchInstance(CLASS_EVENT) );
m_main = static_cast< CRobotMain* > ( m_iMan->SearchInstance(CLASS_MAIN) );
m_particle = static_cast< Gfx::CParticle* > (m_iMan->SearchInstance(CLASS_PARTICULE));
- m_sound = static_cast< CSound* > (m_iMan->SearchInstance(CLASS_SOUND));
+ m_sound = static_cast< CSoundInterface* > (m_iMan->SearchInstance(CLASS_SOUND));
m_eventType = EVENT_NULL;
m_state = STATE_ENABLE|STATE_VISIBLE|STATE_GLINT;
m_fontSize = Gfx::FONT_SIZE_SMALL;