diff options
author | Max Horn | 2010-03-22 20:28:08 +0000 |
---|---|---|
committer | Max Horn | 2010-03-22 20:28:08 +0000 |
commit | 92c896d88317b64a2cc99fc3617f3405481e90a2 (patch) | |
tree | 78133d8095719a5b5564ea14a6f8230ab738106f /backends | |
parent | dd7891cdadc5c2e4f9d1c10d229c4c0d7235f8b1 (diff) | |
download | scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.tar.gz scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.tar.bz2 scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.zip |
Patch #2973290: Semicolon cleanup
svn-id: r48359
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/sdl/sdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index e2af21320a..dadda65b30 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -235,7 +235,7 @@ public: virtual bool hasFeature(Feature f); virtual void setFeatureState(Feature f, bool enable); virtual bool getFeatureState(Feature f); - virtual void preprocessEvents(SDL_Event *event) {}; + virtual void preprocessEvents(SDL_Event *event) {} #ifdef USE_OSD void displayMessageOnOSD(const char *msg); |