change some deque to vectors

This commit is contained in:
Eduardo Bart
2011-08-27 21:07:38 -03:00
parent 3d4556e5c9
commit 7962fbec19
3 changed files with 6 additions and 7 deletions

View File

@@ -26,6 +26,5 @@ typedef std::shared_ptr<UIVerticalLayout> UIVerticalLayoutPtr;
typedef std::shared_ptr<UIAnchorLayout> UIAnchorLayoutPtr;
typedef std::deque<UIWidgetPtr> UIWidgetList;
typedef std::deque<UIWidgetWeakPtr> UIWeakWidgetList;
#endif