X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Foutput.h;h=bd75651d1ebaef4f0ba3108918126b1d76bda144;hb=e1b8089be727f651fc2022d6e7ff775047730e85;hp=13dc829adaf7d3968f5f0ac78b60387e7b5db418;hpb=9fd9af66cf20cdc3d217f273835410eb2c8c362b;p=libs%2Fdatafile.git diff --git a/source/output.h b/source/output.h index 13dc829..bd75651 100644 --- a/source/output.h +++ b/source/output.h @@ -1,12 +1,13 @@ #ifndef MSP_DATAFILE_OUTPUT_H_ #define MSP_DATAFILE_OUTPUT_H_ +#include #include namespace Msp { namespace DataFile { -class Output +class Output: private NonCopyable { private: IO::Base *out;