X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparsermode.h;h=5c9deceb7d2c289b224c7b5a20ed8dc9cf69131d;hb=e1b8089be727f651fc2022d6e7ff775047730e85;hp=491647e4b09a0b9c307d4f4aa32a6078403ed9a5;hpb=3b78eeb8b92dc3524d6a0456b4daf0a0f3dbf813;p=libs%2Fdatafile.git diff --git a/source/parsermode.h b/source/parsermode.h index 491647e..5c9dece 100644 --- a/source/parsermode.h +++ b/source/parsermode.h @@ -1,6 +1,7 @@ #ifndef MSP_DATAFILE_PARSERMODE_H_ #define MSP_DATAFILE_PARSERMODE_H_ +#include #include "statement.h" namespace Msp { @@ -13,7 +14,7 @@ class LoaderAction; /** Base class for parse modes. */ -class ParserMode +class ParserMode: private NonCopyable { protected: Input ∈