]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/CImageLoaderTGA.h
Replace _IRR_OVERRIDE_ macro with override keyword
[irrlicht.git] / source / Irrlicht / CImageLoaderTGA.h
index 8ea0246facfd12478689f38d03040d4995fe6f47..d8f7368b734b4f4cd3327b752af942ba60a2728d 100644 (file)
@@ -59,13 +59,13 @@ public:
 \r
        //! returns true if the file maybe is able to be loaded by this class\r
        //! based on the file extension (e.g. ".tga")\r
-       virtual bool isALoadableFileExtension(const io::path& filename) const _IRR_OVERRIDE_;\r
+       bool isALoadableFileExtension(const io::path& filename) const override;\r
 \r
        //! returns true if the file maybe is able to be loaded by this class\r
-       virtual bool isALoadableFileFormat(io::IReadFile* file) const _IRR_OVERRIDE_;\r
+       bool isALoadableFileFormat(io::IReadFile* file) const override;\r
 \r
        //! creates a surface from the file\r
-       virtual IImage* loadImage(io::IReadFile* file) const _IRR_OVERRIDE_;\r
+       IImage* loadImage(io::IReadFile* file) const override;\r
 \r
 private:\r
 \r