X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftag.cpp;h=44c7c8f86396837ebb73c9db0ca592a71dfbff56;hp=538190f836fb66782e03a510d0ed2f758a15057d;hb=e9a898f;hpb=bdef3de6559629f25121de2e014383d7f773266b diff --git a/source/core/tag.cpp b/source/core/tag.cpp index 538190f8..44c7c8f8 100644 --- a/source/core/tag.cpp +++ b/source/core/tag.cpp @@ -38,7 +38,7 @@ Tag::Tag(const string &s): string Tag::str() const { #ifdef DEBUG - map::const_iterator i=tag_names.find(*this); + auto i=tag_names.find(*this); if(i!=tag_names.end()) return i->second; #endif