diff options
author | callum <none@none> | 2012-01-27 13:18:56 -0800 |
---|---|---|
committer | callum <none@none> | 2012-01-27 13:18:56 -0800 |
commit | f53a72ec2c40ae04cee6dee2f58d76c5fedeca99 (patch) | |
tree | e09f6db35a7c2f70fd8cdc45e105aec0f4bea9e0 /indra/newview/llinventorypanel.h | |
parent | 987463d9248d7fab9534ff7a9f303c6db42da7a9 (diff) | |
parent | 13d510d5f2fa2d9bf654e70d9191f1909b1f299e (diff) |
Merge with head
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 2 |
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); |