]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/generic/gamecontroller.cpp
Include the matching header first in .cpp files
[libs/gui.git] / source / input / generic / gamecontroller.cpp
index 9ab6738ab24ebc7b4a68de226bada7029a91a5a8..1d97e42c290634c9901b7085e3ebb719fa7c6011 100644 (file)
@@ -1,12 +1,13 @@
-#include <stdexcept>
 #include "gamecontroller.h"
+#include <stdexcept>
 
 using namespace std;
 
 namespace Msp {
 namespace Input {
 
-GameController::GameController(unsigned)
+GameController::GameController(unsigned):
+       Device(GAME_CONTROLLER)
 {
        throw device_not_available("GameController");
 }