X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Fprofiler.cpp;h=c4c880b70241c826d87e7db7ba3598bc8034be84;hb=f7087c847a03a2bb4e9392e41eac4cb1ec37172c;hp=c33aebf275fb46ba1e79bedaa8c601fae5cc78b2;hpb=b4806214e905752617691f851717033fd3f266c2;p=libs%2Fcore.git diff --git a/source/debug/profiler.cpp b/source/debug/profiler.cpp index c33aebf..c4c880b 100644 --- a/source/debug/profiler.cpp +++ b/source/debug/profiler.cpp @@ -30,7 +30,7 @@ void Profiler::set_period(unsigned p) } } -void Profiler::add_scope(const std::string &name) +void Profiler::add_scope(const string &name) { if(!scopes.count(name)) {