X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FInterpolator.hh;h=5c9f09788172cb62fd21f03ff4fc748b76b7498e;hp=7ad38fe9d4ce22fafd7c98baf66db9226dc62c41;hb=7f3984f3f9524f5b6813e01ceb2fe576dadff94e;hpb=99ac607f489023a7aa17bfb046113b0e4a65dab6 diff --git a/src/Moof/Interpolator.hh b/src/Moof/Interpolator.hh index 7ad38fe..5c9f097 100644 --- a/src/Moof/Interpolator.hh +++ b/src/Moof/Interpolator.hh @@ -80,6 +80,8 @@ class Interpolator public: + virtual ~Interpolator() {} + typedef enum { STOP = 0, @@ -132,6 +134,8 @@ class InterpolatorBase : public Interpolator { public: + virtual ~InterpolatorBase() {} + void init(Scalar seconds = 1.0, Mode mode = STOP) { Interpolator::init(seconds, mode);