X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.cpp;h=a8b350df0e1b1ee22f5f0a86596a2b76f62936ce;hb=66c0800ff800a28739807e79f20c79c45df84a62;hp=e4282aea8f64ae3cf23eec698f885ab2bcd823b6;hpb=256b44a5009467171af53316141277027bcc0ba4;p=libs%2Fdatafile.git diff --git a/source/binaryparser.cpp b/source/binaryparser.cpp index e4282ae..a8b350d 100644 --- a/source/binaryparser.cpp +++ b/source/binaryparser.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include "argumentstore.h" @@ -62,7 +61,7 @@ Statement BinaryParser::parse() result.args.push_back(parse_bool()); break; case SymbolType::signature: - result.args.push_back(parse_symbol()); + result.args.push_back(Value(parse_symbol())); break; } }