Fix angry Linux and Mac builds

master
simon@Simon-PC.lindenlab.com 2012-10-17 11:28:51 -07:00
parent 7f0d6e0377
commit 8c8c2f3b94
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public:
typedef LLOctreeTraveler<T> oct_traveler;
typedef LLTreeTraveler<T> tree_traveler;
typedef std::vector<LLPointer<T>> element_list;
typedef std::vector< LLPointer<T> > element_list; // note: don't remove the whitespace between "> >"
typedef LLPointer<T>* element_iter;
typedef const LLPointer<T>* const_element_iter;
typedef typename std::vector<LLTreeListener<T>*>::iterator tree_listener_iter;