X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fparser.h;h=d1879604b5fd8f566dd21829fbe042e7fcee3381;hp=1437190b606b89640afabd4619a62c4fe21f65c8;hb=e1b8089be727f651fc2022d6e7ff775047730e85;hpb=e6d66163e377f6a0761c687913ebf8624508401e diff --git a/source/parser.h b/source/parser.h index 1437190..d187960 100644 --- a/source/parser.h +++ b/source/parser.h @@ -2,6 +2,7 @@ #define MSP_DATAFILE_PARSER_H_ #include +#include #include "input.h" namespace Msp { @@ -18,7 +19,7 @@ Frontend for loading datafiles. Handles switching between text and binary formats. A Parser evaluates into a boolean value indicating whether more statements may be read. */ -class Parser +class Parser: private NonCopyable { private: Input in;