From 1769b520aaf066bb8298c8e2f9d089fb69cf0c02 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 13 Oct 2010 15:42:33 +0000 Subject: OPENGL: Cleanup. svn-id: r53434 --- backends/events/sdl/sdl-events.h | 2 +- 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(); -- cgit v1.2.3