diff options
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); |