]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/linux/gamecontroller_platform.h
Use nullptr in place of 0 or NULL
[libs/gui.git] / source / input / linux / gamecontroller_platform.h
index 86768751af3e185dd548e21162e41c07720ab039..224450e0cccf6aec8421770c7eb41f1329a737f8 100644 (file)
@@ -33,7 +33,7 @@ public:
 
 struct GameController::Private
 {
-       JsDevice *dev = 0;
+       JsDevice *dev = nullptr;
 
        static std::vector<std::string> detected_controllers;
 };