diff options
Diffstat (limited to 'src/gui/sdlinput.h')
-rw-r--r-- | src/gui/sdlinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index f68612793..af74534c3 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -140,7 +140,7 @@ public: * * @param event an event from SDL. */ - virtual void pushInput(SDL_Event event); + virtual void pushInput(const SDL_Event &event); /** * Polls all input. It exists for input driver compatibility. If you |