summaryrefslogtreecommitdiff
path: root/indra/newview/llmanip.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llmanip.h')
-rw-r--r--indra/newview/llmanip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmanip.h b/indra/newview/llmanip.h
index 8c51746d1c..2dd0eab8b0 100644
--- a/indra/newview/llmanip.h
+++ b/indra/newview/llmanip.h
@@ -135,7 +135,7 @@ public:
EManipPart getHighlightedPart() { return mHighlightedPart; }
- LLHandle<LLObjectSelection> getSelection();
+ LLSafeHandle<LLObjectSelection> getSelection();
protected:
LLVector3 getSavedPivotPoint() const;
@@ -153,7 +153,7 @@ protected:
protected:
LLFrameTimer mHelpTextTimer;
BOOL mInSnapRegime;
- LLHandle<LLObjectSelection> mObjectSelection;
+ LLSafeHandle<LLObjectSelection> mObjectSelection;
EManipPart mHighlightedPart;
static F32 sHelpTextVisibleTime;