summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermarketplacelistings.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-04-11 11:55:57 -0700
committerMerov Linden <merov@lindenlab.com>2014-04-11 11:55:57 -0700
commit2a031df763ab7ea0f17f263ef9a03f53fbfb1187 (patch)
treec0759f01238ed5ed25863481d536993edb91fce3 /indra/newview/llfloatermarketplacelistings.h
parent253781f87c1653ee203ba3e7bf340747b894140d (diff)
DD-12, DD-19 : Add a button to create a new listing folder. Also added a validate button though it does nothing ATM
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-xindra/newview/llfloatermarketplacelistings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h
index 0eddd636e8..03c4fa6818 100755
--- a/indra/newview/llfloatermarketplacelistings.h
+++ b/indra/newview/llfloatermarketplacelistings.h
@@ -54,6 +54,7 @@ private:
// UI callbacks
void onViewSortMenuItemClicked(const LLSD& userdata);
bool onViewSortMenuItemCheck(const LLSD& userdata);
+ void onAddButtonClicked();
LLInventoryPanel* mAllPanel;
LLInventoryFilter::ESortOrderType mSortOrder;