]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timer.h
Use braced initializer lists in place of constructors when possible
[libs/core.git] / source / time / timer.h
index 91acda9d49281373ade15beb162db9f7789c6f99..04d0be95ba8fe0aa1117acf06f06bc3afc3c594d 100644 (file)
@@ -41,9 +41,8 @@ public:
 private:
        struct SlotProxy
        {
-               Slot *slot = 0;
+               Slot *slot;
 
-               SlotProxy(Slot *);
                bool operator<(const SlotProxy &) const;
        };