diff options
| author | simon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com> | 2012-10-17 11:28:51 -0700 | 
|---|---|---|
| committer | simon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com> | 2012-10-17 11:28:51 -0700 | 
| commit | 8c8c2f3b940059f82777c9b0b9f40e4d2f7bc6ab (patch) | |
| tree | 821c07a1b7820eee927ff8a2992835967fde7e34 /indra | |
| parent | 7f0d6e0377dc0996a606c3f9575e8ffdad6441e0 (diff) | |
Fix angry Linux and Mac builds
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llmath/lloctree.h | 2 | 
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; | 
