aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmanip.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llmanip.h')
-rw-r--r--linden/indra/newview/llmanip.h4
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
140protected: 140protected:
141 LLVector3 getSavedPivotPoint() const; 141 LLVector3 getSavedPivotPoint() const;
@@ -153,7 +153,7 @@ protected:
153protected: 153protected:
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;