diff options
Diffstat (limited to 'src/gui/base/input.hpp')
-rw-r--r-- | src/gui/base/input.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/base/input.hpp b/src/gui/base/input.hpp index 40aed4d84..1643482d3 100644 --- a/src/gui/base/input.hpp +++ b/src/gui/base/input.hpp @@ -67,11 +67,10 @@ #include "localconsts.h" class KeyInput; +class MouseInput; namespace gcn { - class MouseInput; - /** * Abstract class for providing functions for user input. * |