]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/CGUIImageList.h
Replace _IRR_OVERRIDE_ macro with override keyword
[irrlicht.git] / source / Irrlicht / CGUIImageList.h
index 5ca4c992de3618334b61225add5d34e172e87f5d..128edba2ab0d84b5240e9df64c85b251e729acc3 100644 (file)
@@ -38,16 +38,16 @@ public:
        //! \param clip: Optional pointer to a rectangle against which the text will be clipped.\r
        //! If the pointer is null, no clipping will be done.\r
        virtual void draw( s32 index, const core::position2d<s32>& destPos,\r
-               const core::rect<s32>* clip = 0 ) _IRR_OVERRIDE_;\r
+               const core::rect<s32>* clip = 0 ) override;\r
 \r
        //! Returns the count of Images in the list.\r
        //! \return Returns the count of Images in the list.\r
-       virtual s32 getImageCount() const _IRR_OVERRIDE_\r
+       s32 getImageCount() const override\r
        { return ImageCount; }\r
 \r
        //! Returns the size of the images in the list.\r
        //! \return Returns the size of the images in the list.\r
-       virtual core::dimension2d<s32> getImageSize() const _IRR_OVERRIDE_\r
+       core::dimension2d<s32> getImageSize() const override\r
        { return ImageSize; }\r
 \r
 private:\r