X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Fprofilingscope.h;h=586efa31d53fbf062a175ae7a44fb1e31897ac3f;hb=4ad05c650c55e3edccea887d15b26f41cdf60fb6;hp=69d1c49baa346388638014c5dcc66b5387eb27d0;hpb=9b38e20254913629a0db40e8eb8e1c42e1728e41;p=libs%2Fcore.git diff --git a/source/debug/profilingscope.h b/source/debug/profilingscope.h index 69d1c49..586efa3 100644 --- a/source/debug/profilingscope.h +++ b/source/debug/profilingscope.h @@ -18,7 +18,7 @@ class ProfilingScope: private NonCopyable private: Profiler &profiler; std::string name; - ProfilingScope *parent = 0; + ProfilingScope *parent = nullptr; Time::TimeStamp entry_time; Time::TimeDelta time_spent; Time::TimeDelta child_time;