diff options
Diffstat (limited to 'linden/indra/newview/llmanip.h')
-rw-r--r-- | linden/indra/newview/llmanip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llmanip.h b/linden/indra/newview/llmanip.h index 2053bc7..ef6630b 100644 --- a/linden/indra/newview/llmanip.h +++ b/linden/indra/newview/llmanip.h | |||
@@ -135,7 +135,7 @@ public: | |||
135 | 135 | ||
136 | EManipPart getHighlightedPart() { return mHighlightedPart; } | 136 | EManipPart getHighlightedPart() { return mHighlightedPart; } |
137 | 137 | ||
138 | LLHandle<LLObjectSelection> getSelection(); | 138 | LLSafeHandle<LLObjectSelection> getSelection(); |
139 | 139 | ||
140 | protected: | 140 | protected: |
141 | LLVector3 getSavedPivotPoint() const; | 141 | LLVector3 getSavedPivotPoint() const; |
@@ -153,7 +153,7 @@ protected: | |||
153 | protected: | 153 | protected: |
154 | LLFrameTimer mHelpTextTimer; | 154 | LLFrameTimer mHelpTextTimer; |
155 | BOOL mInSnapRegime; | 155 | BOOL mInSnapRegime; |
156 | LLHandle<LLObjectSelection> mObjectSelection; | 156 | LLSafeHandle<LLObjectSelection> mObjectSelection; |
157 | EManipPart mHighlightedPart; | 157 | EManipPart mHighlightedPart; |
158 | 158 | ||
159 | static F32 sHelpTextVisibleTime; | 159 | static F32 sHelpTextVisibleTime; |