Fixing CREDITS file

Removing many of clang warnings
This commit is contained in:
Alexander Bock
2015-05-13 19:33:34 +02:00
parent 28abe46bcf
commit 597ed14014
29 changed files with 59 additions and 67 deletions

View File

@@ -40,7 +40,7 @@ public:
Controller() :
_handler(nullptr)
{}
void setHandler(InteractionHandler* handler);
protected: