X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fkeyframe.h;fp=source%2Fkeyframe.h;h=bc3d65ecbfa80fec692d21f326f4e016e2bd5df7;hp=4b0fa5bdcafd1c9b313654a4cb27cca7a3c65ed1;hb=8cbb77df13c4a0e6d6ae0f8b32913cf7e5b2f59c;hpb=ec0f55e58e978ce780c81629c39f2f5e474072c6 diff --git a/source/keyframe.h b/source/keyframe.h index 4b0fa5bd..bc3d65ec 100644 --- a/source/keyframe.h +++ b/source/keyframe.h @@ -28,6 +28,7 @@ private: Matrix matrix; public: + void set_matrix(const Matrix &); const Matrix &get_matrix() const { return matrix; } };