diff --git a/Source/Core/ElementAnimation.cpp b/Source/Core/ElementAnimation.cpp index 1961a9cca..b8b1702e0 100644 --- a/Source/Core/ElementAnimation.cpp +++ b/Source/Core/ElementAnimation.cpp @@ -763,7 +763,7 @@ ElementAnimation ElementAnimation::CreateTransition(PropertyId property_id, Elem new_transition.InternalAddKey(duration, end_value, element, tween); new_transition.reversing_adjusted_start_value = Rml::MakeUnique(reversing_adjusted_start_value); new_transition.reversing_shortening_factor = reversing_shortening_factor; - return std::move(new_transition); + return new_transition; } } // namespace Rml