X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fwritermode.h;h=cc37710e9e5f7a26e08f5fd66b30708d2cda6a48;hp=05058abe94138dad630dd46281fc721618ac2196;hb=e1b8089be727f651fc2022d6e7ff775047730e85;hpb=e6d66163e377f6a0761c687913ebf8624508401e diff --git a/source/writermode.h b/source/writermode.h index 05058ab..cc37710 100644 --- a/source/writermode.h +++ b/source/writermode.h @@ -1,13 +1,15 @@ #ifndef MSP_DATAFILE_WRITERMODE_H_ #define MSP_DATAFILE_WRITERMODE_H_ +#include + namespace Msp { namespace DataFile { class Output; class Statement; -class WriterMode +class WriterMode: private NonCopyable { protected: Output &out;