]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/bmploader.h
Use the override specifier where appropriate
[libs/gui.git] / source / graphics / bmploader.h
index 60be2dc14cf066a87450eefba6e05613109cbc89..60d4a2e5251d7208bba3aa332a284665f589d5a0 100644 (file)
@@ -19,8 +19,8 @@ public:
        static unsigned get_signature_size() { return 2; }
        static bool detect(const std::string &);
 
-       virtual void load_headers_(Image::Data &);
-       virtual void load_pixels_(Image::Data &);
+       void load_headers_(Image::Data &) override;
+       void load_pixels_(Image::Data &) override;
 };
 
 } // namespace Graphics