X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fkeyframe.h;h=6a8c5a447e60ab8c5f0575f47854e9019e145090;hb=fac4decfa4744ac6dc7f13c0348b0ec1ec80f6a4;hp=ccfbda9a4f0cdf3dd2107f7e60ed028dd77f0021;hpb=57fc4142e0b19a21f61c60b00f8310d5d2c27871;p=libs%2Fgl.git diff --git a/source/keyframe.h b/source/keyframe.h index ccfbda9a..6a8c5a44 100644 --- a/source/keyframe.h +++ b/source/keyframe.h @@ -37,6 +37,9 @@ private: RefPtr pose; public: + KeyFrame(); + ~KeyFrame(); + void set_matrix(const Matrix &); void set_pose(const Pose &); const Matrix &get_matrix() const { return matrix; }