diff options
author | Richard Linden <none@none> | 2012-01-19 19:51:35 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-01-19 19:51:35 -0800 |
commit | 0062c053ed59e05400312efc0f9b6fcf29590733 (patch) | |
tree | 800abf26092b76fffce0ee4bcecacaeaa0d5c6bd /indra/newview/llpanelmarketplaceinbox.h | |
parent | 3e06171eff0cbddd99e3833d73c40937af346754 (diff) | |
parent | 4fa9f2892b7a9967f9e97228c17e7b277fc56aae (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/newview/llpanelmarketplaceinbox.h')
-rw-r--r-- | indra/newview/llpanelmarketplaceinbox.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/llpanelmarketplaceinbox.h b/indra/newview/llpanelmarketplaceinbox.h index 3531518e51..9eb74581a2 100644 --- a/indra/newview/llpanelmarketplaceinbox.h +++ b/indra/newview/llpanelmarketplaceinbox.h @@ -29,7 +29,9 @@ #include "llpanel.h" +class LLButton; class LLInventoryPanel; +class LLUICtrl; class LLPanelMarketplaceInbox : public LLPanel { @@ -66,9 +68,10 @@ private: void onFocusReceived(); private: - LLInventoryPanel* mInventoryPanel; + LLUICtrl * mFreshCountCtrl; + LLButton * mInboxButton; + LLInventoryPanel * mInventoryPanel; }; #endif //LL_LLPANELMARKETPLACEINBOX_H - |