From 9376668581fdcee7c6795256c384d39965b298d9 Mon Sep 17 00:00:00 2001 From: Don Honerbrink Date: Tue, 3 Feb 2015 16:34:27 -0600 Subject: [PATCH] Changes to compile on linux --- RetroFE/Source/Graphics/Animate/TweenSet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };