Fix my fix

This commit is contained in:
Flakebi 2014-06-05 18:47:15 +02:00
parent e490874a90
commit db4699781a

View File

@ -69,7 +69,7 @@ protected:
public:
AnimationBase(const XMLNode &node);
AnimationBase(Ipo *ipo);
virtual ~AnimationBase() {};
virtual ~AnimationBase() {}
virtual void update(float dt, Vec3 *xyz=NULL, Vec3 *hpr=NULL,
Vec3 *scale=NULL);
/** This needs to be implemented by the inheriting classes. It is called