aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.h
diff options
context:
space:
mode:
authorMax Horn2011-06-08 14:29:22 +0200
committerMax Horn2011-06-08 14:29:22 +0200
commitfce7f90a94165158ea93d5969d795ad5a565847c (patch)
tree7599877ec230f7d1b8af0b17846835a950d29410 /backends/platform/psp/osys_psp.h
parentd670b4bb561bdb935c6e574df2ed1ac478375878 (diff)
downloadscummvm-rg350-fce7f90a94165158ea93d5969d795ad5a565847c.tar.gz
scummvm-rg350-fce7f90a94165158ea93d5969d795ad5a565847c.tar.bz2
scummvm-rg350-fce7f90a94165158ea93d5969d795ad5a565847c.zip
BACKENDS: Shuffle backends class hierarchy and module initialization
Diffstat (limited to 'backends/platform/psp/osys_psp.h')
-rw-r--r--backends/platform/psp/osys_psp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h
index 8ca09924ad..e6b445e232 100644
--- a/backends/platform/psp/osys_psp.h
+++ b/backends/platform/psp/osys_psp.h
@@ -42,7 +42,7 @@
#include "backends/timer/psp/timer.h"
#include "backends/platform/psp/thread.h"
-class OSystem_PSP : public BaseBackend, public PaletteManager {
+class OSystem_PSP : public EventsBaseBackend, public PaletteManager {
private:
Audio::MixerImpl *_mixer;