diff options
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index 86ddfd9023..4068351b52 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -39,6 +39,7 @@ class LLInventoryCategoriesObserver; class LLInventoryCategoryAddedObserver; class LLTextBox; class LLView; +class LLFilterEditor; class LLFloaterMarketplaceListings; @@ -66,8 +67,11 @@ private: void onAuditButtonClicked(); void onSelectionChange(LLInventoryPanel *panel, const std::deque<LLFolderViewItem*>& items, BOOL user_action); void onTabChange(); + void onFilterEdit(const std::string& search_string); LLInventoryPanel* mAllPanel; + LLFilterEditor* mFilterEditor; + std::string mFilterSubString; LLInventoryFilter::ESortOrderType mSortOrder; LLInventoryFilter::EFilterType mFilterType; }; |