diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerjointattachment.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerjointattachment.h b/linden/indra/newview/llviewerjointattachment.h index 4847ac7..b51058e 100644 --- a/linden/indra/newview/llviewerjointattachment.h +++ b/linden/indra/newview/llviewerjointattachment.h | |||
@@ -99,8 +99,7 @@ protected: | |||
99 | void calcLOD(); | 99 | void calcLOD(); |
100 | 100 | ||
101 | protected: | 101 | protected: |
102 | // Backlink only; don't make this an LLPointer. | 102 | LLPointer<LLViewerObject> mAttachedObject; |
103 | LLViewerObject* mAttachedObject; | ||
104 | BOOL mVisibleInFirst; | 103 | BOOL mVisibleInFirst; |
105 | LLVector3 mOriginalPos; | 104 | LLVector3 mOriginalPos; |
106 | S32 mGroup; | 105 | S32 mGroup; |