]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/text.h
Use nullptr instead of 0 for pointers
[libs/gltk.git] / source / text.h
index cdde08c2b081aa42804ec16bf6d0656c343c8d3c..6de3573fc6dfda35495b40d303065d412413a599 100644 (file)
@@ -31,7 +31,7 @@ private:
        struct RenderData;
        struct CoordsToGeomData;
 
-       const Style *style = 0;
+       const Style *style = nullptr;
        std::string text;
        std::vector<Line> lines;