Skip to content
Snippets Groups Projects
Commit b8e14ad2 authored by David Parks's avatar David Parks
Browse files

MAINT-1709 Fix for >> that should have been > >

parent cdbfdfc3
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class LLOctreeNode : public LLTreeNode<T>
typedef LLOctreeTraveler<T> oct_traveler;
typedef LLTreeTraveler<T> tree_traveler;
typedef std::vector<LLPointer<T>> element_list;
typedef std::vector<LLPointer<T> > element_list;
typedef LLPointer<T>* element_iter;
typedef const LLPointer<T>* const_element_iter;
typedef typename std::vector<LLTreeListener<T>*>::iterator tree_listener_iter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment