summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-12-20 17:01:47 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-12-20 17:01:47 +0200
commitde8ff2c7b397f22d1e15b21e7553a8c3e3933d45 (patch)
tree72575e4e3bb4f3dca0626baaa7a4c2d5c2b1693b /indra/newview/llinventorypanel.h
parentcdc23f48159410ee859eac7415c91cadeef849ef (diff)
MAINT-8061 update folder label when item count changes
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r--indra/newview/llinventorypanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h
index 3829fb734d..12001f5a2b 100644
--- a/indra/newview/llinventorypanel.h
+++ b/indra/newview/llinventorypanel.h
@@ -209,6 +209,8 @@ public:
bool attachObject(const LLSD& userdata);
static void idle(void* user_data);
+ void updateFolderLabel(const LLUUID& folder_id);
+
// DEBUG ONLY:
static void dumpSelectionInformation(void* user_data);