X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fbinaryparser.h;h=4f33d954602d3c5454f1cd8d8729a2d674cc6a3e;hp=2cdfbbeaba296e919ff68abb92015eb2647fbf38;hb=6f94aaece716a31e75166e261cc47579288892b4;hpb=b0b9af7216560da2a46ea38fe2df959f4dfb126f diff --git a/source/binaryparser.h b/source/binaryparser.h index 2cdfbbe..4f33d95 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -4,6 +4,7 @@ #include #include "binarydict.h" #include "parsermode.h" +#include "type.h" namespace Msp { namespace DataFile { @@ -31,7 +32,7 @@ private: float parse_float(); std::string parse_string(); bool parse_bool(); - std::string parse_enum(); + Symbol parse_symbol(); }; } // namespace DataFile