aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llflexibleobject.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llflexibleobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llflexibleobject.h b/linden/indra/newview/llflexibleobject.h
index 507073b..f3da5bb 100644
--- a/linden/indra/newview/llflexibleobject.h
+++ b/linden/indra/newview/llflexibleobject.h
@@ -111,7 +111,8 @@ class LLVolumeImplFlexible : public LLVolumeInterface
111 //-------------------------------------- 111 //--------------------------------------
112 // private members 112 // private members
113 //-------------------------------------- 113 //--------------------------------------
114 LLPointer<LLViewerObject> mVO; 114 // Backlink only; don't make this an LLPointer.
115 LLViewerObject* mVO;
115 LLTimer mTimer; 116 LLTimer mTimer;
116 LLVector3 mAnchorPosition; 117 LLVector3 mAnchorPosition;
117 LLVector3 mParentPosition; 118 LLVector3 mParentPosition;