X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation.h;fp=source%2Fanimation.h;h=6845d23ee3e1652c9f7e49a86e5145f3faa6aa52;hp=d053ee9004835154acd8f22f3a91ab5655148c67;hb=b0dfcfb5cdd73e7515170c0598d6b061d33446a7;hpb=f88bce7df357cf12ce20b7dc8c7d179d2ae95920 diff --git a/source/animation.h b/source/animation.h index d053ee90..6845d23e 100644 --- a/source/animation.h +++ b/source/animation.h @@ -83,10 +83,10 @@ private: class ValueCurve: public Curve { public: - typedef typename Interpolate::SplineKnot Knot; + typedef typename Interpolate::SplineKnot Knot; private: - Interpolate::Spline spline; + Interpolate::Spline spline; public: ValueCurve(CurveTarget, int, const std::vector &);