]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/profiler.h
Use nullptr instead of 0 for pointers
[libs/core.git] / source / debug / profiler.h
index 5018c7f2d654100b7a0de87901d1c0708f114eeb..22d2c9a82c9fcb7df8545d16e7545d9ebb0720a3 100644 (file)
@@ -51,7 +51,7 @@ public:
 private:
        unsigned period = 0;
        std::map<std::string, ScopeInfo> scopes;
-       ProfilingScope *inner = 0;
+       ProfilingScope *inner = nullptr;
 
 public:
        /** Sets the averaging period for timing data, measured in calls.  Previous