X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fgamecontroller.h;fp=source%2Finput%2Fgamecontroller.h;h=baf94cb6c9e437f05422636787111c2b1d57d985;hp=6393ac09358a6b297cc2f0b261e5c94dccd8a5cd;hb=507fa60f32bd3f64840a2cdd1be5d68478432b55;hpb=cea95778acfd6e172639cafd7ad249cc13ceb2a6 diff --git a/source/input/gamecontroller.h b/source/input/gamecontroller.h index 6393ac0..baf94cb 100644 --- a/source/input/gamecontroller.h +++ b/source/input/gamecontroller.h @@ -13,8 +13,8 @@ class GameController: public Device private: struct Private; - Private *priv = 0; - IO::EventDispatcher *event_disp = 0; + Private *priv = nullptr; + IO::EventDispatcher *event_disp = nullptr; static bool detect_done; static unsigned n_detected_controllers;