diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/formats/osxml/OsxmlEventParser.cpp | 2 | 
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 | 
