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 afdbd525a..6cf9df904 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -138,7 +138,7 @@ public: */ SDLInput(); - A_DELETE_COPY(SDLInput); + A_DELETE_COPY(SDLInput) /** * Pushes an SDL event. It should be called at least once per frame to |