X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimation.h;h=63b13f7224269443e9b562572be9447d263d6faf;hb=fa5b232a16e11d7950e80764497f0167ec9e3b41;hp=6b890ea369811d58ee7ae1aae42046dfef6cf173;hpb=57fc4142e0b19a21f61c60b00f8310d5d2c27871;p=libs%2Fgl.git diff --git a/source/animation.h b/source/animation.h index 6b890ea3..63b13f72 100644 --- a/source/animation.h +++ b/source/animation.h @@ -43,7 +43,7 @@ private: float scale; AxisInterpolation(); - AxisInterpolation(const double *, const double *); + AxisInterpolation(const float *, const float *); }; struct MatrixInterpolation @@ -100,6 +100,7 @@ private: public: Animation(); + ~Animation(); void set_armature(const Armature &); const Armature *get_armature() const { return armature; }