Wrap LLView::child_list_t in a class AIList.
So far not doing anything. Iterators already keep a pointer to the container they belong to.
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#include "llinitparam.h"
|
||||
#include "llfocusmgr.h"
|
||||
#include <boost/unordered_map.hpp>
|
||||
#include "ailist.h"
|
||||
|
||||
const U32 FOLLOWS_NONE = 0x00;
|
||||
const U32 FOLLOWS_LEFT = 0x01;
|
||||
@@ -231,7 +232,7 @@ public:
|
||||
SNAP_BOTTOM
|
||||
};
|
||||
|
||||
typedef std::list<LLView*> child_list_t;
|
||||
typedef AIList<LLView*> child_list_t;
|
||||
typedef child_list_t::iterator child_list_iter_t;
|
||||
typedef child_list_t::const_iterator child_list_const_iter_t;
|
||||
typedef child_list_t::reverse_iterator child_list_reverse_iter_t;
|
||||
|
||||
Reference in New Issue
Block a user