summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r--indra/newview/llpanelmaininventory.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h
index 530f4e618c..2904d5de76 100644
--- a/indra/newview/llpanelmaininventory.h
+++ b/indra/newview/llpanelmaininventory.h
@@ -91,6 +91,8 @@ public:
static void newWindow();
+ void toggleFindOptions();
+
protected:
//
// Misc functions
@@ -98,7 +100,6 @@ protected:
void setFilterTextFromFilter();
void startSearch();
- void toggleFindOptions();
void onSelectionChange(LLInventoryPanel *panel, const std::deque<LLFolderViewItem*>& items, BOOL user_action);
static BOOL filtersVisible(void* user_data);
@@ -111,7 +112,7 @@ protected:
const std::string getFilterSubString();
void setFilterSubString(const std::string& string);
-
+
// menu callbacks
void doToSelected(const LLSD& userdata);
void closeAllFolders();
@@ -144,6 +145,7 @@ private:
LLComboBox* mSearchTypeCombo;
+
//////////////////////////////////////////////////////////////////////////////////
// List Commands //
protected: