diff --git a/apps/openmw/mwrender/animation.hpp b/apps/openmw/mwrender/animation.hpp index dcf5df394a..443b5b7b4c 100644 --- a/apps/openmw/mwrender/animation.hpp +++ b/apps/openmw/mwrender/animation.hpp @@ -51,7 +51,7 @@ protected: virtual void setValue(Ogre::Real value); }; - struct AnimSource : public Ogre::AnimationAllocatedObject { + struct AnimSource : public Ogre::AnimationAlloc { NifOgre::TextKeyMap mTextKeys; std::vector > mControllers[sNumGroups]; };