summaryrefslogtreecommitdiff
path: root/src/gui/base/input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/base/input.hpp')
-rw-r--r--src/gui/base/input.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/base/input.hpp b/src/gui/base/input.hpp
index 71a15ce85..40aed4d84 100644
--- a/src/gui/base/input.hpp
+++ b/src/gui/base/input.hpp
@@ -66,9 +66,10 @@
#include "localconsts.h"
+class KeyInput;
+
namespace gcn
{
- class KeyInput;
class MouseInput;
/**