summaryrefslogtreecommitdiffstats
path: root/KeyboardController.h
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2011-11-27 19:26:24 +0100
committerDominique Martinet <asmadeus@codewreck.org>2011-11-27 19:26:24 +0100
commit63e29cfb00a6249e335de48362a774f613937ca0 (patch)
tree0f0cc7f63e1dcefb15a6bb109128a6122d41db5b /KeyboardController.h
parenta1a50e36935c3d956c682f804bb59f128ae68792 (diff)
minor implementation, fixed stuff, etc
Diffstat (limited to 'KeyboardController.h')
-rw-r--r--KeyboardController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/KeyboardController.h b/KeyboardController.h
index 3c6140d..6c4295b 100644
--- a/KeyboardController.h
+++ b/KeyboardController.h
@@ -10,11 +10,11 @@ class KeyboardController :
public Controller
{
- friend MainWindow;
+ friend class MainWindow;
public:
KeyboardController(Player &player);
virtual ~KeyboardController(void);
};
-#endif \ No newline at end of file
+#endif