diff options
Diffstat (limited to 'src/gui/sdlinput.h')
-rw-r--r-- | src/gui/sdlinput.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index 58f05424a..e6983a37a 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -124,7 +124,7 @@ namespace Key UP, DOWN }; -} +} // namespace Key /** * SDL implementation of Input. @@ -132,7 +132,6 @@ namespace Key class SDLInput final : public gcn::Input { public: - /** * Constructor. */ |