aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2002-12-28 12:33:16 +0000
committerMax Horn2002-12-28 12:33:16 +0000
commit4ccd134b3741296dcc8ea5e43e32491747ac46cb (patch)
tree6da9f1b896caa6804c51b90d020756ef231c96ef /backends
parent1da5a28a510230091b5e7502929844bb35467f48 (diff)
downloadscummvm-rg350-4ccd134b3741296dcc8ea5e43e32491747ac46cb.tar.gz
scummvm-rg350-4ccd134b3741296dcc8ea5e43e32491747ac46cb.tar.bz2
scummvm-rg350-4ccd134b3741296dcc8ea5e43e32491747ac46cb.zip
valid C++
svn-id: r6226
Diffstat (limited to 'backends')
-rw-r--r--backends/sdl/sdl-common.h4
1 files 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);