X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=32a776082de1896e20fbe5aa001a78669e33ea66;hb=500cf73580cf1a4ed472a1e65c68702644283969;hp=ed7a037cdb12a7eeb1d49f2526a4925800921012;hpb=9d71185a55558c80c85a65e13427dd491a2f4451;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index ed7a037..32a7760 100644 --- a/source/parser.h +++ b/source/parser.h @@ -4,6 +4,7 @@ #include #include #include "input.h" +#include "mspdatafile_api.h" namespace Msp { namespace DataFile { @@ -19,7 +20,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: private NonCopyable +class MSPDATAFILE_API Parser: private NonCopyable { private: Input in;