X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarywriter.h;h=b10c5abdce2adc887f0c70bb5080eacc92efc518;hb=HEAD;hp=4737f62cfe5e226b3d41e62f345f3e6b0de729a4;hpb=e14c01b5775dd2e324b16ff49498db9b9113c523;p=libs%2Fdatafile.git diff --git a/source/binarywriter.h b/source/binarywriter.h index 4737f62..dafc7eb 100644 --- a/source/binarywriter.h +++ b/source/binarywriter.h @@ -27,8 +27,8 @@ private: public: BinaryWriter(Output &o); - virtual void set_float_precision(unsigned); - virtual void write(const Statement &st); + void set_float_precision(unsigned) override; + void write(const Statement &st) override; private: void write_(const Statement &st); void collect_keywords(const Statement &st);