diff options
Diffstat (limited to 'indra/newview/lldriverparam.h')
-rw-r--r-- | indra/newview/lldriverparam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lldriverparam.h b/indra/newview/lldriverparam.h index 8cdaa893c8..ccd64ab6c8 100644 --- a/indra/newview/lldriverparam.h +++ b/indra/newview/lldriverparam.h @@ -84,7 +84,8 @@ protected: typedef std::vector<LLDrivenEntry> entry_list_t; entry_list_t mDriven; LLViewerVisualParam* mCurrentDistortionParam; - LLPointer<LLVOAvatar> mAvatarp; + // Backlink only; don't make this an LLPointer. + LLVOAvatar* mAvatarp; }; #endif // LL_LLDRIVERPARAM_H |