diff options
-rw-r--r-- | backends/events/sdl/sdl-events.h | 2 | ||||
-rw-r--r-- | backends/modular-backend.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/events/sdl/sdl-events.h b/backends/events/sdl/sdl-events.h index 2c00ab0669..b060d021fc 100644 --- a/backends/events/sdl/sdl-events.h +++ b/backends/events/sdl/sdl-events.h @@ -37,7 +37,7 @@ /** * The SDL event source. */ -class SdlEventSource : public virtual Common::EventSource { +class SdlEventSource : public Common::EventSource { public: SdlEventSource(); virtual ~SdlEventSource(); diff --git a/backends/modular-backend.h b/backends/modular-backend.h index ed638fe303..5b031880ed 100644 --- a/backends/modular-backend.h +++ b/backends/modular-backend.h @@ -52,7 +52,7 @@ * And, it should also initialize all the managers variables * declared in this class, or override their related functions. */ -class ModularBackend : public OSystem, public virtual Common::EventSource { +class ModularBackend : public OSystem { public: ModularBackend(); virtual ~ModularBackend(); |