summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterchangeitemthumbnail.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-21 00:13:41 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-21 00:25:47 +0200
commit6786e43fcb315eb10b5ab4a205163fb424c18bc6 (patch)
treed2c638909d67f2c654e74874bca5b5140f63d894 /indra/newview/llfloaterchangeitemthumbnail.h
parent6a260bb3f0bc5bf726ad1c3f98e39d3fb9679484 (diff)
SL-19108 Managing inventory thumbnail
Diffstat (limited to 'indra/newview/llfloaterchangeitemthumbnail.h')
-rw-r--r--indra/newview/llfloaterchangeitemthumbnail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterchangeitemthumbnail.h b/indra/newview/llfloaterchangeitemthumbnail.h
index 340d5cf05e..b3ae0a18f6 100644
--- a/indra/newview/llfloaterchangeitemthumbnail.h
+++ b/indra/newview/llfloaterchangeitemthumbnail.h
@@ -55,9 +55,9 @@ public:
private:
- LLViewerInventoryItem* getItem();
+ LLInventoryObject* getInventoryObject();
void refreshFromInventory();
- void refreshFromItem(LLViewerInventoryItem* item);
+ void refreshFromObject(LLInventoryObject* obj);
static void onUploadLocal(void*);
static void onUploadSnapshot(void*);