X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fdebug%2Fprofiler.cpp;fp=source%2Fdebug%2Fprofiler.cpp;h=c4c880b70241c826d87e7db7ba3598bc8034be84;hp=c33aebf275fb46ba1e79bedaa8c601fae5cc78b2;hb=20c897ece781e18ba54c41fd68e232ce566a938d;hpb=c8bf2d6c15893ccc9dbc4e04611b7229029f4808 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)) {