diff --git a/RetroFE/Source/Graphics/Animate/TweenSet.h b/RetroFE/Source/Graphics/Animate/TweenSet.h index bdc1f83..c095bf1 100644 --- a/RetroFE/Source/Graphics/Animate/TweenSet.h +++ b/RetroFE/Source/Graphics/Animate/TweenSet.h @@ -34,7 +34,7 @@ public: private: TweenSets *FindTween(std::map &tweens, int index); -void TweenSet::DestroyTweens(); + void DestroyTweens(); - std::map> TweenMap; + std::map > TweenMap; };