diff options
Diffstat (limited to 'linden/indra/newview/llmaniptranslate.h')
-rw-r--r-- | linden/indra/newview/llmaniptranslate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llmaniptranslate.h b/linden/indra/newview/llmaniptranslate.h index 7784860..383f4da 100644 --- a/linden/indra/newview/llmaniptranslate.h +++ b/linden/indra/newview/llmaniptranslate.h | |||
@@ -113,7 +113,7 @@ private: | |||
113 | LLVector3d mDragCursorStartGlobal; | 113 | LLVector3d mDragCursorStartGlobal; |
114 | LLVector3d mDragSelectionStartGlobal; | 114 | LLVector3d mDragSelectionStartGlobal; |
115 | LLTimer mUpdateTimer; | 115 | LLTimer mUpdateTimer; |
116 | typedef std::set<ManipulatorHandle*, compare_manipulators> minpulator_list_t; | 116 | typedef std::multiset<ManipulatorHandle*, compare_manipulators> minpulator_list_t; |
117 | minpulator_list_t mProjectedManipulators; | 117 | minpulator_list_t mProjectedManipulators; |
118 | LLVector4 mManipulatorVertices[18]; | 118 | LLVector4 mManipulatorVertices[18]; |
119 | F32 mSnapOffsetMeters; | 119 | F32 mSnapOffsetMeters; |