aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wii')
-rw-r--r--backends/platform/wii/osystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h
index afc80e1bcd..1d97d5259a 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -23,11 +23,11 @@
#define _WII_OSYSTEM_H_
#include "base/main.h"
-#include "common/system.h"
#include "common/fs.h"
#include "common/rect.h"
#include "common/events.h"
+#include "backends/base-backend.h"
#include "backends/saves/default/default-saves.h"
#include "backends/timer/default/default-timer.h"
#include "graphics/colormasks.h"
@@ -53,7 +53,7 @@ extern void wii_memstats(void);
}
#endif
-class OSystem_Wii : public OSystem {
+class OSystem_Wii : public BaseBackend {
private:
s64 _startup_time;
syswd_t _alarm;