]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/smoothcontrol.h
Use nullptr in place of 0 or NULL
[libs/gui.git] / source / input / smoothcontrol.h
index 5f7182404bc5cb11bf12bdebd5cb3b1dc7259ef1..b5eb9aa2fd9dea6c56d81a38d40ed88755893671 100644 (file)
@@ -21,7 +21,7 @@ public:
 
 private:
        float value = 0.0f;
-       SmoothControl *paired_ctrl = 0;
+       SmoothControl *paired_ctrl = nullptr;
        float dead_zone = 0.1f;
        float threshold = 0.9f;