X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fdebug%2Fprofiler.h;fp=source%2Fdebug%2Fprofiler.h;h=22d2c9a82c9fcb7df8545d16e7545d9ebb0720a3;hp=5018c7f2d654100b7a0de87901d1c0708f114eeb;hb=41363aed34382386f915f17c1a961750b4fdcb14;hpb=26a5878092f6547e701fd1a33abbf1878d26ab70 diff --git a/source/debug/profiler.h b/source/debug/profiler.h index 5018c7f..22d2c9a 100644 --- a/source/debug/profiler.h +++ b/source/debug/profiler.h @@ -51,7 +51,7 @@ public: private: unsigned period = 0; std::map scopes; - ProfilingScope *inner = 0; + ProfilingScope *inner = nullptr; public: /** Sets the averaging period for timing data, measured in calls. Previous