]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/binaryparser.h
Refactor symbol handling in binary format
[libs/datafile.git] / source / binaryparser.h
index 2cdfbbeaba296e919ff68abb92015eb2647fbf38..4f33d954602d3c5454f1cd8d8729a2d674cc6a3e 100644 (file)
@@ -4,6 +4,7 @@
 #include <map>
 #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