diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llmanip.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
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; |