diff options
Diffstat (limited to 'linden/indra/newview/llpaneldirgroups.h')
-rw-r--r-- | linden/indra/newview/llpaneldirgroups.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/linden/indra/newview/llpaneldirgroups.h b/linden/indra/newview/llpaneldirgroups.h index 4d44143..03608e2 100644 --- a/linden/indra/newview/llpaneldirgroups.h +++ b/linden/indra/newview/llpaneldirgroups.h | |||
@@ -32,21 +32,14 @@ | |||
32 | #ifndef LLPANELDIRGROUPS_H | 32 | #ifndef LLPANELDIRGROUPS_H |
33 | #define LLPANELDIRGROUPS_H | 33 | #define LLPANELDIRGROUPS_H |
34 | 34 | ||
35 | #include "llpaneldirbrowser.h" | 35 | #include "llpaneldirfind.h" |
36 | 36 | ||
37 | class LLPanelDirGroups : public LLPanelDirBrowser | 37 | class LLPanelDirGroups : public LLPanelDirFind |
38 | { | 38 | { |
39 | public: | 39 | public: |
40 | LLPanelDirGroups(const std::string& name, LLFloaterDirectory* floater); | 40 | LLPanelDirGroups(const std::string& name, LLFloaterDirectory* floater); |
41 | virtual ~LLPanelDirGroups(); | ||
42 | 41 | ||
43 | /*virtual*/ void draw(); | 42 | /*virtual*/ void search(const std::string& search_text); |
44 | |||
45 | /*virtual*/ BOOL postBuild(); | ||
46 | |||
47 | /*virtual*/ void performQuery(); | ||
48 | |||
49 | static void onClickSearch(void *userdata); | ||
50 | }; | 43 | }; |
51 | 44 | ||
52 | #endif | 45 | #endif |