aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mAttachedObject.diff.txt
blob: 73ffab5334343b05c1da89454d67fe04beae99a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/linden/indra/newview/llviewerjointattachment.h b/linden/indra/newview/llviewerjointattachment.h
index dd63bfd..6a505c0 100644
--- a/linden/indra/newview/llviewerjointattachment.h
+++ b/linden/indra/newview/llviewerjointattachment.h
@@ -98,7 +98,9 @@ protected:
 	void calcLOD();
 	
 protected:
-	LLPointer<LLViewerObject> mAttachedObject;
+
+	// Backlink only; don't make this an LLPointer.
+	LLViewerObject*	mAttachedObject;
 	BOOL			mVisibleInFirst;
 	LLVector3		mOriginalPos;
 	S32				mGroup;