aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/null
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/null')
-rw-r--r--backends/platform/null/null.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/null/null.cpp b/backends/platform/null/null.cpp
index 0da8dd7712..304b7e80eb 100644
--- a/backends/platform/null/null.cpp
+++ b/backends/platform/null/null.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/system.h"
+#include "backends/base-backend.h"
#include "base/main.h"
#if defined(USE_NULL_DRIVER)
@@ -51,7 +51,7 @@
#include "backends/fs/windows/windows-fs-factory.h"
#endif
-class OSystem_NULL : public OSystem {
+class OSystem_NULL : public BaseBackend {
protected:
Common::SaveFileManager *_savefile;
Audio::MixerImpl *_mixer;