diff options
Diffstat (limited to 'backends/platform/iphone')
-rw-r--r-- | backends/platform/iphone/osys_iphone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/iphone/osys_iphone.h b/backends/platform/iphone/osys_iphone.h index 746a6e848f..b3404c15c2 100644 --- a/backends/platform/iphone/osys_iphone.h +++ b/backends/platform/iphone/osys_iphone.h @@ -27,7 +27,7 @@ #include "graphics/surface.h" #include "iphone_common.h" -#include "common/system.h" +#include "backends/base-backend.h" #include "common/events.h" #include "sound/mixer_intern.h" #include "backends/fs/posix/posix-fs-factory.h" @@ -52,7 +52,7 @@ typedef struct AQCallbackStruct { AudioStreamBasicDescription dataFormat; } AQCallbackStruct; -class OSystem_IPHONE : public OSystem { +class OSystem_IPHONE : public BaseBackend { protected: static const OSystem::GraphicsMode s_supportedGraphicsModes[]; |