diff options
author | Max Horn | 2011-06-08 14:29:22 +0200 |
---|---|---|
committer | Max Horn | 2011-06-08 14:29:22 +0200 |
commit | fce7f90a94165158ea93d5969d795ad5a565847c (patch) | |
tree | 7599877ec230f7d1b8af0b17846835a950d29410 /backends/platform/ps2 | |
parent | d670b4bb561bdb935c6e574df2ed1ac478375878 (diff) | |
download | scummvm-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/ps2')
-rw-r--r-- | backends/platform/ps2/systemps2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h index d12d02b104..35ceaf829e 100644 --- a/backends/platform/ps2/systemps2.h +++ b/backends/platform/ps2/systemps2.h @@ -44,7 +44,7 @@ namespace Audio { class MixerImpl; }; -class OSystem_PS2 : public BaseBackend, public PaletteManager { +class OSystem_PS2 : public EventsBaseBackend, public PaletteManager { public: OSystem_PS2(const char *elfPath); virtual ~OSystem_PS2(void); |