diff options
Diffstat (limited to 'indra/newview/llfloaterchangeitemthumbnail.h')
-rw-r--r-- | indra/newview/llfloaterchangeitemthumbnail.h | 4 |
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*); |