]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/textwriter.h
Use the override specifier to mark overridden virtual functions
[libs/datafile.git] / source / textwriter.h
index 74a67671b5e68ec732f5fd0ae24e86b9be9928e0..641fc2e2e01e0e7d9f9839a59e3d7e3801eeddbb 100644 (file)
@@ -15,8 +15,8 @@ private:
 public:
        TextWriter(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, unsigned);
 };