]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/devil/devilloader.h
Use the override specifier where appropriate
[libs/gui.git] / source / graphics / devil / devilloader.h
index 01c26b1ead1282351343fdeda60c559a14dbae90..2a8e28d784bca8d3a9ff92bc53a2a9fa5e80f753 100644 (file)
@@ -14,13 +14,13 @@ private:
 
 public:
        DevilLoader(IO::Seekable &);
-       virtual ~DevilLoader();
+       ~DevilLoader();
 
        static unsigned get_signature_size() { return 128; }
        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