Skip to content
Snippets Groups Projects
Commit 7fc3d509 authored by Richard Linden's avatar Richard Linden
Browse files

potentially unsafe storage of raw pointer to LLViewerObject

parent c8602b29
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ class LLSidepanelTaskInfo : public LLSidepanelInventorySubpanel ...@@ -121,7 +121,7 @@ class LLSidepanelTaskInfo : public LLSidepanelInventorySubpanel
protected: protected:
LLViewerObject* getObject(); LLViewerObject* getObject();
private: private:
LLViewerObject* mObject; LLPointer<LLViewerObject> mObject;
LLObjectSelectionHandle mObjectSelection; LLObjectSelectionHandle mObjectSelection;
static LLSidepanelTaskInfo* sActivePanel; static LLSidepanelTaskInfo* sActivePanel;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment