]> 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 33257319eba3466d89f28c650efcd26dde0a996d..04d0be95ba8fe0aa1117acf06f06bc3afc3c594d 100644 (file)
@@ -41,9 +41,8 @@ public:
 private:
        struct SlotProxy
        {
-               Slot *slot = nullptr;
+               Slot *slot;
 
-               SlotProxy(Slot *);
                bool operator<(const SlotProxy &) const;
        };