]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/videomode.h
Use nullptr in place of 0 or NULL
[libs/gui.git] / source / graphics / videomode.h
index 6c83d945185123a055fd967082875f32b9aa484c..c527ed75de9d75b2d42b45a8635f87ee7c854be9 100644 (file)
@@ -28,7 +28,7 @@ enum VideoRotation
 struct VideoMode
 {
        unsigned index = 0;
-       const Monitor *monitor = 0;
+       const Monitor *monitor = nullptr;
        unsigned width = 0;
        unsigned height = 0;
        float rate = 0.0f;