]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IBoneSceneNode.h
Fix COSOperator::getSystemMemory
[irrlicht.git] / include / IBoneSceneNode.h
index 4032bb0a762af85ce1caa67f1910d1b5d981101d..a96a28be4ef79d81170702942c6d886efa6a6071 100644 (file)
@@ -74,13 +74,13 @@ namespace scene
                virtual E_BONE_ANIMATION_MODE getAnimationMode() const = 0;\r
 \r
                //! Get the axis aligned bounding box of this node\r
-               virtual const core::aabbox3d<f32>& getBoundingBox() const = 0;\r
+               virtual const core::aabbox3d<f32>& getBoundingBox() const _IRR_OVERRIDE_ = 0;\r
 \r
                //! Returns the relative transformation of the scene node.\r
                //virtual core::matrix4 getRelativeTransformation() const = 0;\r
 \r
                //! The animation method.\r
-               virtual void OnAnimate(u32 timeMs) =0;\r
+               virtual void OnAnimate(u32 timeMs) _IRR_OVERRIDE_ =0;\r
 \r
                //! The render method.\r
                /** Does nothing as bones are not visible. */\r