summaryrefslogtreecommitdiffstats
path: root/KeyboardController.h
diff options
context:
space:
mode:
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