]> git.tdb.fi Git - libs/gl.git/blobdiff - source/keyframe.h
Force some c'tors and d'tors to be emitted in the library
[libs/gl.git] / source / keyframe.h
index ccfbda9a4f0cdf3dd2107f7e60ed028dd77f0021..6a8c5a447e60ab8c5f0575f47854e9019e145090 100644 (file)
@@ -37,6 +37,9 @@ private:
        RefPtr<const Pose> pose;
 
 public:
+       KeyFrame();
+       ~KeyFrame();
+
        void set_matrix(const Matrix &);
        void set_pose(const Pose &);
        const Matrix &get_matrix() const { return matrix; }