]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/parser.h
Use correct keyword in forward declaration
[libs/datafile.git] / source / parser.h
index 40907dcdb86b4b6b5a21b7635463f5d242b310f2..6ad28b5b13c7a3824e3f05422834792cf758bccd 100644 (file)
@@ -9,7 +9,6 @@ namespace DataFile {
 
 class ParserMode;
 class Statement;
-struct Token;
 
 /**
 Frontend for loading datafiles.  Handles switching between text and binary
@@ -35,7 +34,7 @@ public:
        marked as bad and no more statements may be read, even if the exception was
        caught.
        */
-       Statement parse();
+       Statement parse(bool raw = false);
 
        operator bool() const { return good && in; }
 };