diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-31 12:25:35 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-31 12:25:35 -0500 |
commit | dd859c5e3eee97db614edc94d36b25d138fa9c5c (patch) | |
tree | 12d1b281084bd0ec7cb6072fd99a5519304ec77a /indra/newview/llinventorypanel.h | |
parent | 5e6b4b5ad0dc56869430bcd31a942bdc7f8a2899 (diff) | |
parent | 64f153d547fe5f24d03f37e5766ba41efe140f10 (diff) |
merge changes for storm-351
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 6545fc0d5e..9da9f7d8ba 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -52,6 +52,7 @@ class LLIconCtrl; class LLSaveFolderState; class LLFilterEditor; class LLTabContainer; +class LLInvPanelComplObserver; class LLInventoryPanel : public LLPanel { @@ -167,9 +168,11 @@ public: protected: void openStartFolderOrMyInventory(); // open the first level of inventory + void onItemsCompletion(); // called when selected items are complete LLInventoryModel* mInventory; LLInventoryObserver* mInventoryObserver; + LLInvPanelComplObserver* mCompletionObserver; BOOL mAllowMultiSelect; BOOL mShowItemLinkOverlays; // Shows link graphic over inventory item icons |