aboutsummaryrefslogtreecommitdiff
path: root/backends/modular-backend.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/modular-backend.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/modular-backend.h')
-rw-r--r--backends/modular-backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/modular-backend.h b/backends/modular-backend.h
index d2c3ce2067..3593130bf5 100644
--- a/backends/modular-backend.h
+++ b/backends/modular-backend.h
@@ -23,7 +23,7 @@
#ifndef BACKENDS_MODULAR_BACKEND_H
#define BACKENDS_MODULAR_BACKEND_H
-#include "common/system.h"
+#include "backends/base-backend.h"
class GraphicsManager;
class MutexManager;
@@ -44,7 +44,7 @@ class MutexManager;
* And, it should also initialize all the managers variables
* declared in this class, or override their related functions.
*/
-class ModularBackend : public OSystem {
+class ModularBackend : public BaseBackend {
public:
ModularBackend();
virtual ~ModularBackend();