]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/graphic.h
Use nullptr instead of 0 for pointers
[libs/gltk.git] / source / graphic.h
index b114d7e1c96eba41fd555453d71cb6d1b5dd4cc4..32a06864f9dcebf260c9f52e154b141e95660ba1 100644 (file)
@@ -33,7 +33,7 @@ public:
 private:
        Sides border;
        Sides shadow;
-       const GL::Texture2D *texture = 0;
+       const GL::Texture2D *texture = nullptr;
        Geometry slice;
        bool repeat = false;