]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation.h
Force some c'tors and d'tors to be emitted in the library
[libs/gl.git] / source / animation.h
index 6b890ea369811d58ee7ae1aae42046dfef6cf173..58a76583392270e5f1c0dd7a348d0fe10cff23d7 100644 (file)
@@ -100,6 +100,7 @@ private:
 
 public:
        Animation();
+       ~Animation();
 
        void set_armature(const Armature &);
        const Armature *get_armature() const { return armature; }