X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimation.h;h=58a76583392270e5f1c0dd7a348d0fe10cff23d7;hb=9cf5d10abe5bdff0708c41544f6e8b15aca5151f;hp=6b890ea369811d58ee7ae1aae42046dfef6cf173;hpb=57fc4142e0b19a21f61c60b00f8310d5d2c27871;p=libs%2Fgl.git diff --git a/source/animation.h b/source/animation.h index 6b890ea3..58a76583 100644 --- a/source/animation.h +++ b/source/animation.h @@ -100,6 +100,7 @@ private: public: Animation(); + ~Animation(); void set_armature(const Armature &); const Armature *get_armature() const { return armature; }