summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-09 21:21:14 +0200
committererihel <erihel@gmail.com>2012-08-09 21:21:14 +0200
commitf1d1cdceee3ec49546ba800a1b53a2dfb9c21e11 (patch)
treeedaf51343085410a66f773b4d189b6eaffa091dd /src/sound/sound.h
parent611680a72e0f04e080c3b7ed59bd23d5b8b709f1 (diff)
downloadcolobot-f1d1cdceee3ec49546ba800a1b53a2dfb9c21e11.tar.gz
colobot-f1d1cdceee3ec49546ba800a1b53a2dfb9c21e11.tar.bz2
colobot-f1d1cdceee3ec49546ba800a1b53a2dfb9c21e11.zip
Changes after merge
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index d323918..f18a76a 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -26,7 +26,7 @@
#include <math/vector.h>
-#include <plugins/plugin.h>
+#include <plugins/plugininterface.h>
#include <string>
@@ -148,7 +148,7 @@ enum SoundNext
* @brief Sound plugin interface
*
*/
-class CSoundInterface : public CPlugin
+class CSoundInterface : public CPluginInterface
{
public:
CSoundInterface() {