diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatersettingsdebug.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatersettingsdebug.h b/linden/indra/newview/llfloatersettingsdebug.h index e08e6b5..3e14eaa 100644 --- a/linden/indra/newview/llfloatersettingsdebug.h +++ b/linden/indra/newview/llfloatersettingsdebug.h | |||
@@ -37,6 +37,9 @@ | |||
37 | #include "llfloater.h" | 37 | #include "llfloater.h" |
38 | #include "lltexteditor.h" | 38 | #include "lltexteditor.h" |
39 | 39 | ||
40 | class LLComboBox; | ||
41 | class LLScrollListItem; | ||
42 | |||
40 | class LLFloaterSettingsDebug : public LLFloater | 43 | class LLFloaterSettingsDebug : public LLFloater |
41 | { | 44 | { |
42 | public: | 45 | public: |
@@ -56,6 +59,12 @@ public: | |||
56 | protected: | 59 | protected: |
57 | static LLFloaterSettingsDebug* sInstance; | 60 | static LLFloaterSettingsDebug* sInstance; |
58 | LLTextEditor* mComment; | 61 | LLTextEditor* mComment; |
62 | |||
63 | private: | ||
64 | LLComboBox* mComboNames; | ||
65 | std::vector<LLScrollListItem*> mSettingsNames; | ||
66 | |||
67 | static void onSearchEdit(const std::string& search_string, void* user_data); | ||
59 | }; | 68 | }; |
60 | 69 | ||
61 | #endif //LLFLOATERDEBUGSETTINGS_H | 70 | #endif //LLFLOATERDEBUGSETTINGS_H |