| Index: app/multi_animation.h
|
| diff --git a/app/multi_animation.h b/app/multi_animation.h
|
| index 77f5f4c3fec80907c0dc5dff9223eb17b1406bb6..5583c3f4f708ac35344d48bb44be5ec145e57e04 100644
|
| --- a/app/multi_animation.h
|
| +++ b/app/multi_animation.h
|
| @@ -45,6 +45,7 @@ class MultiAnimation : public Animation {
|
| typedef std::vector<Part> Parts;
|
|
|
| explicit MultiAnimation(const Parts& parts);
|
| + virtual ~MultiAnimation();
|
|
|
| // Returns the current value. The current value for a MultiAnimation is
|
| // determined from the tween type of the current part.
|
|
|