X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fgeneric%2Fgamecontroller.cpp;h=1d97e42c290634c9901b7085e3ebb719fa7c6011;hb=bc1a38d6d2c966a6aee74e483ca7a7d37a56909e;hp=9ab6738ab24ebc7b4a68de226bada7029a91a5a8;hpb=7262f1e7e9ea88a021c14de9dc06ebe76112afd7;p=libs%2Fgui.git diff --git a/source/input/generic/gamecontroller.cpp b/source/input/generic/gamecontroller.cpp index 9ab6738..1d97e42 100644 --- a/source/input/generic/gamecontroller.cpp +++ b/source/input/generic/gamecontroller.cpp @@ -1,12 +1,13 @@ -#include #include "gamecontroller.h" +#include using namespace std; namespace Msp { namespace Input { -GameController::GameController(unsigned) +GameController::GameController(unsigned): + Device(GAME_CONTROLLER) { throw device_not_available("GameController"); }