From 124811595806c4f1bbb6711f6e74dd8d255fea4f Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 24 Jan 2017 10:54:42 +0100 Subject: [PATCH] Use new shorten_stl_types in scope tracker --- src/tracefunc.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/tracefunc.cpp b/src/tracefunc.cpp index cbdadea..4e6282a 100644 --- a/src/tracefunc.cpp +++ b/src/tracefunc.cpp @@ -33,6 +33,8 @@ on this file might be covered by the GNU General Public License. #include #include +#include + namespace I2n { namespace Tracer @@ -140,7 +142,7 @@ ScopeTracker::ScopeTracker( } else { - ostr << Location.FunctionName; + ostr << shorten_stl_types(Location.FunctionName); if (FuncDepth>0) { ostr << "#" << FuncDepth+1; -- 1.7.1