From 4ccd134b3741296dcc8ea5e43e32491747ac46cb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 28 Dec 2002 12:33:16 +0000 Subject: valid C++ svn-id: r6226 --- backends/sdl/sdl-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h index dc07aeef89..3cfbb2ecf4 100644 --- a/backends/sdl/sdl-common.h +++ b/backends/sdl/sdl-common.h @@ -109,8 +109,8 @@ public: virtual void clear_overlay(); virtual void grab_overlay(int16 *buf, int pitch); virtual void copy_rect_overlay(const int16 *buf, int pitch, int x, int y, int w, int h); - virtual int16 OSystem_SDL_Common::get_height(); - virtual int16 OSystem_SDL_Common::get_width(); + virtual int16 get_height(); + virtual int16 get_width(); // Methods that convert RBG to/from colors suitable for the overlay. virtual int16 RBGToColor(uint8 r, uint8 g, uint8 b); -- cgit v1.2.3