From 9753d1036fb29b579aba58933842b8ce62f27fdd Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 3 Apr 2015 23:33:24 +0200 Subject: remove unneeded ".second" --- src/formats/osxml/OsxmlEventParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/formats') diff --git a/src/formats/osxml/OsxmlEventParser.cpp b/src/formats/osxml/OsxmlEventParser.cpp index 79a8dbe..a95d063 100644 --- a/src/formats/osxml/OsxmlEventParser.cpp +++ b/src/formats/osxml/OsxmlEventParser.cpp @@ -252,7 +252,7 @@ static void xmlStartElementHandler(void *ref, const XML_Char *name, value.second.setLocation(keyLoc); // Store the keys in the map - args.emplace(key, value.second).second; + args.emplace(key, value.second); } // Fetch the name of the tag, check for special tags -- cgit v1.2.3