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 77f12ff..25ff35c 100644 --- a/linden/indra/newview/llmaniptranslate.h +++ b/linden/indra/newview/llmaniptranslate.h | |||
@@ -116,7 +116,7 @@ private: | |||
116 | LLVector3d mDragCursorStartGlobal; | 116 | LLVector3d mDragCursorStartGlobal; |
117 | LLVector3d mDragSelectionStartGlobal; | 117 | LLVector3d mDragSelectionStartGlobal; |
118 | LLTimer mUpdateTimer; | 118 | LLTimer mUpdateTimer; |
119 | typedef std::multiset<ManipulatorHandle*, compare_manipulators> minpulator_list_t; | 119 | typedef std::set<ManipulatorHandle*, compare_manipulators> minpulator_list_t; |
120 | minpulator_list_t mProjectedManipulators; | 120 | minpulator_list_t mProjectedManipulators; |
121 | LLVector4 mManipulatorVertices[18]; | 121 | LLVector4 mManipulatorVertices[18]; |
122 | F32 mSnapOffsetMeters; | 122 | F32 mSnapOffsetMeters; |