]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation.cpp
Force some c'tors and d'tors to be emitted in the library
[libs/gl.git] / source / animation.cpp
index 8135cb5995a406e5f9b722f5ca242b3c60eecb96..255e63cc8102128299076d345cb99dd8904ca6ed 100644 (file)
@@ -17,6 +17,10 @@ Animation::Animation():
        looping(false)
 { }
 
+// Avoid synthesizing ~RefPtr in files including animation.h
+Animation::~Animation()
+{ }
+
 void Animation::set_armature(const Armature &a)
 {
        armature = &a;