aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/surfacesdl
diff options
context:
space:
mode:
authorJohannes Schickel2013-10-24 00:03:09 +0200
committerJohannes Schickel2013-10-24 00:03:09 +0200
commit281672e1718d5f960061b714f79924125922e1e5 (patch)
treee75166443a07dd3aecc818c95e929af951c5ee71 /backends/graphics/surfacesdl
parent1fc5d52e906186bdde6e5c46e84268b9c958691c (diff)
downloadscummvm-rg350-281672e1718d5f960061b714f79924125922e1e5.tar.gz
scummvm-rg350-281672e1718d5f960061b714f79924125922e1e5.tar.bz2
scummvm-rg350-281672e1718d5f960061b714f79924125922e1e5.zip
SDL: Let SdlGraphicsManager inherit from GraphicsManager.
Diffstat (limited to 'backends/graphics/surfacesdl')
-rw-r--r--backends/graphics/surfacesdl/surfacesdl-graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.h b/backends/graphics/surfacesdl/surfacesdl-graphics.h
index 00c05ff2bf..22b7780675 100644
--- a/backends/graphics/surfacesdl/surfacesdl-graphics.h
+++ b/backends/graphics/surfacesdl/surfacesdl-graphics.h
@@ -75,7 +75,7 @@ public:
/**
* SDL graphics manager
*/
-class SurfaceSdlGraphicsManager : public GraphicsManager, public SdlGraphicsManager, public Common::EventObserver {
+class SurfaceSdlGraphicsManager : public SdlGraphicsManager, public Common::EventObserver {
public:
SurfaceSdlGraphicsManager(SdlEventSource *sdlEventSource);
virtual ~SurfaceSdlGraphicsManager();