X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftextwriter.h;h=74a67671b5e68ec732f5fd0ae24e86b9be9928e0;hb=f3279c1ff5f745905b0e4f282c10e2cac26227ce;hp=e265d2fbb50d80c71352183928f8ae136fe2824a;hpb=8e3fad222e174b7c659fd3d994d54314657ed989;p=libs%2Fdatafile.git diff --git a/source/textwriter.h b/source/textwriter.h index e265d2f..74a6767 100644 --- a/source/textwriter.h +++ b/source/textwriter.h @@ -1,6 +1,7 @@ #ifndef MSP_DATAFILE_TEXTWRITER_H_ #define MSP_DATAFILE_TEXTWRITER_H_ +#include #include "writermode.h" namespace Msp { @@ -9,7 +10,7 @@ namespace DataFile { class TextWriter: public WriterMode { private: - std::string float_format; + Fmt float_format; public: TextWriter(Output &o);