Skip to content
Snippets Groups Projects
Commit 76ac1a55 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix for compile error on 4.9 gcc

parent b1a61660
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ Void ObjectFromXMLParser::parseVoid(std::list<sax::Token>& input) const {
popToken(input, sax::Token::TokenType::START_ELEMENT, "Void");
popToken(input, sax::Token::TokenType::END_ELEMENT, "Void");
 
return {};
return Void {};
}
 
bool ObjectFromXMLParser::first(std::list<sax::Token>& input) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment