summaryrefslogtreecommitdiff
path: root/src/formats
diff options
context:
space:
mode:
Diffstat (limited to 'src/formats')
-rw-r--r--src/formats/osxml/OsxmlEventParser.cpp2
1 files changed, 1 insertions, 1 deletions
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