]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/layout.h
Use nullptr instead of 0 for pointers
[libs/gltk.git] / source / layout.h
index 8b1c527640e4e29e69bd61c3f9fab4a4188044be..aa11e965bf19cbc042b968c65d38506686625f27 100644 (file)
@@ -172,7 +172,7 @@ private:
        class LinearProgram;
        struct Pointers;
 
-       Container *container = 0;
+       Container *container = nullptr;
        std::list<Slot *> slots;
        unsigned n_active_slots = 0;
        unsigned n_slack_vars[2] = { 0, 0 };