X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fgeneric%2Fgamecontroller.cpp;h=8f14e02d92d8ded287de3713e30b04d31d590652;hb=75a3f0fd4152a71aefec72cb053846646071af03;hp=9ab6738ab24ebc7b4a68de226bada7029a91a5a8;hpb=f01fa56a13100ed04c94c9d8b17fbdcf0f0a8bad;p=libs%2Fgui.git diff --git a/source/input/generic/gamecontroller.cpp b/source/input/generic/gamecontroller.cpp index 9ab6738..8f14e02 100644 --- a/source/input/generic/gamecontroller.cpp +++ b/source/input/generic/gamecontroller.cpp @@ -6,7 +6,8 @@ using namespace std; namespace Msp { namespace Input { -GameController::GameController(unsigned) +GameController::GameController(unsigned): + Device(GAME_CONTROLLER) { throw device_not_available("GameController"); }