Changes to compile on linux

This commit is contained in:
Don Honerbrink 2015-02-03 16:34:27 -06:00
parent ad0abe779e
commit 9376668581

View File

@ -34,7 +34,7 @@ public:
private:
TweenSets *FindTween(std::map<int, TweenSets *> &tweens, int index);
void TweenSet::DestroyTweens();
void DestroyTweens();
std::map<std::string, std::map<int, TweenSets *>> TweenMap;
std::map<std::string, std::map<int, TweenSets *> > TweenMap;
};