summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterinventorythumbnailshelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterinventorythumbnailshelper.h')
-rw-r--r--indra/newview/llfloaterinventorythumbnailshelper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterinventorythumbnailshelper.h b/indra/newview/llfloaterinventorythumbnailshelper.h
index 3942214fe1..ec83d5b7e0 100644
--- a/indra/newview/llfloaterinventorythumbnailshelper.h
+++ b/indra/newview/llfloaterinventorythumbnailshelper.h
@@ -30,6 +30,7 @@
#include "llfloater.h"
class LLTextEditor;
+class LLScrollListCtrl;
class LLMediaCtrl;
class LLViewerInventoryItem;
class LLUUID;
@@ -43,6 +44,8 @@ class LLFloaterInventoryThumbnailsHelper:
BOOL postBuild() override;
~LLFloaterInventoryThumbnailsHelper();
+ LLScrollListCtrl* mInventoryThumbnailsList;
+
LLUICtrl* mPasteItemsBtn;
void onPasteItems();
@@ -58,6 +61,7 @@ class LLFloaterInventoryThumbnailsHelper:
void recordInventoryItemEntry(LLViewerInventoryItem* item);
void recordTextureItemEntry(LLViewerInventoryItem* item);
+ void populateThumbnailNames();
std::map<std::string, LLUUID> mItemNamesIDs;
std::map<std::string, LLUUID> mTextureNamesIDs;