Index: app/multi_animation.h |
diff --git a/app/multi_animation.h b/app/multi_animation.h |
index 0f4b38c98152394b432d05d6773c9f261ad3357f..f565000caf6b2c6e429786053a2075db8d6ca297 100644 |
--- a/app/multi_animation.h |
+++ b/app/multi_animation.h |
@@ -53,7 +53,7 @@ class MultiAnimation : public Animation { |
// Returns the current value. The current value for a MultiAnimation is |
// determined from the tween type of the current part. |
- virtual double GetCurrentValue() const { return current_value_; } |
+ virtual double GetCurrentValue() const; |
// Returns the index of the current part. |
size_t current_part_index() const { return current_part_index_; } |