summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorylistitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llinventorylistitem.h')
-rw-r--r--indra/newview/llinventorylistitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorylistitem.h b/indra/newview/llinventorylistitem.h
index 599431af3f..f29d92d51c 100644
--- a/indra/newview/llinventorylistitem.h
+++ b/indra/newview/llinventorylistitem.h
@@ -147,7 +147,7 @@ public:
const std::string& getDescription() const;
/** Get the associated inventory item */
- LLViewerInventoryItem* getItem() const { return mItem; }
+ LLViewerInventoryItem* getItem() const;
virtual ~LLPanelInventoryListItemBase(){}
@@ -200,7 +200,7 @@ protected:
*/
virtual BOOL handleToolTip( S32 x, S32 y, MASK mask);
- LLViewerInventoryItem* mItem;
+ const LLUUID mInventoryItemUUID;
private: