diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-29 22:37:02 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-29 22:37:02 +0200 |
commit | 6ec37fac60c0288e576b72b91b16d74b37dbc32d (patch) | |
tree | 48a3cfd5a3c46965fbbb69aec44a8bb05a878a5c /indra/newview/llviewerjointattachment.h | |
parent | d0d2a6e8a4cdb134f7dc26f3bcb60490ad940357 (diff) |
SL-12196 Crash at updateMeshTextures
Diffstat (limited to 'indra/newview/llviewerjointattachment.h')
-rw-r--r-- | indra/newview/llviewerjointattachment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerjointattachment.h b/indra/newview/llviewerjointattachment.h index 9641ab4208..e5edf2c06b 100644 --- a/indra/newview/llviewerjointattachment.h +++ b/indra/newview/llviewerjointattachment.h @@ -95,7 +95,7 @@ public: LLViewerObject *getAttachedObject(const LLUUID &object_id); // list of attachments for this joint - typedef std::vector<LLViewerObject *> attachedobjs_vec_t; + typedef std::vector<LLPointer<LLViewerObject> > attachedobjs_vec_t; attachedobjs_vec_t mAttachedObjects; protected: |