]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timer.h
Use nullptr instead of 0 for pointers
[libs/core.git] / source / time / timer.h
index 91acda9d49281373ade15beb162db9f7789c6f99..33257319eba3466d89f28c650efcd26dde0a996d 100644 (file)
@@ -41,7 +41,7 @@ public:
 private:
        struct SlotProxy
        {
-               Slot *slot = 0;
+               Slot *slot = nullptr;
 
                SlotProxy(Slot *);
                bool operator<(const SlotProxy &) const;