summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorvoidpointer <none@none>2012-10-18 15:34:43 -0700
committervoidpointer <none@none>2012-10-18 15:34:43 -0700
commit88fb47bf84b4e995ca36632fc9154cb5a3763def (patch)
treeac984df2807dd321508eb2838b2386a215691b59 /indra/llmath
parent48b2dbcd65e72994054b9e525c0e45e346a981fb (diff)
parent9cc1dfd4e6f3859e690da578adde057ec9a82e18 (diff)
merge
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/lloctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h
index 68d8110f1d..7348904c61 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -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;