summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-16 11:02:45 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-16 11:02:45 +0100
commit9ee5a62332353db6a098628e69732d2723cc5deb (patch)
tree1da5e469f275f0f708e8efef600028d758fa8dd5 /indra/newview/llsidepanelinventory.h
parent594d2618aab8ce8365e7939e8e6d69c92e451493 (diff)
parent46ebc6d37389f6cbc27262ca7d1817a7215d4d9f (diff)
merge from PE's viewer-release
Diffstat (limited to 'indra/newview/llsidepanelinventory.h')
-rw-r--r--indra/newview/llsidepanelinventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelinventory.h b/indra/newview/llsidepanelinventory.h
index 2dc17e741d..a038f99853 100644
--- a/indra/newview/llsidepanelinventory.h
+++ b/indra/newview/llsidepanelinventory.h
@@ -51,6 +51,7 @@ public:
/*virtual*/ void onOpen(const LLSD& key);
LLInventoryPanel* getActivePanel(); // Returns an active inventory panel, if any.
+ LLPanelMainInventory* getMainInventoryPanel() const { return mPanelMainInventory; }
BOOL isMainInventoryPanelActive() const;
protected: