summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-01-27 18:41:56 -0800
committerMerov Linden <merov@lindenlab.com>2012-01-27 18:41:56 -0800
commit84b7ff7915207dffad8da7aba959ab36bfa49c0f (patch)
tree141b286cd1bdf810c5ba15131ad36ab5df3e196d /indra/newview/llinventorypanel.h
parent2cd7a7550991df90288aa4c7e2fbe2598cc3c296 (diff)
parentf53a72ec2c40ae04cee6dee2f58d76c5fedeca99 (diff)
Pull from viewer-experience
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 8279163762..7d805f6862 100644
--- a/indra/newview/llinventorypanel.h
+++ b/indra/newview/llinventorypanel.h
@@ -160,6 +160,8 @@ public:
void onSelectionChange(const std::deque<LLFolderViewItem*> &items, BOOL user_action);
+ LLHandle<LLInventoryPanel> getInventoryPanelHandle() const { return getDerivedHandle<LLInventoryPanel>(); }
+
// Callbacks
void doToSelected(const LLSD& userdata);
void doCreate(const LLSD& userdata);