From 38543f772c6b11cd1f5339cabac4c45f4d5e4db4 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 21 Oct 2013 00:50:35 +0200 Subject: SDL: Make setupGraphicsModes non-virtual. The logic of switching the managers is pretty much fixed at the same level and cannot be easily overwritten. --- backends/platform/sdl/sdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index 6389bdfbee..6c7f371f2e 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -119,7 +119,7 @@ protected: /** * Creates the merged graphics modes list */ - virtual void setupGraphicsModes(); + void setupGraphicsModes(); virtual const OSystem::GraphicsMode *getSupportedGraphicsModes() const; virtual int getDefaultGraphicsMode() const; -- cgit v1.2.3