diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpaneldirbrowser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpaneldirbrowser.h b/linden/indra/newview/llpaneldirbrowser.h index 23df195..fd32e5a 100644 --- a/linden/indra/newview/llpaneldirbrowser.h +++ b/linden/indra/newview/llpaneldirbrowser.h | |||
@@ -121,7 +121,7 @@ public: | |||
121 | static void processDirPopularReply(LLMessageSystem* msg, void**); | 121 | static void processDirPopularReply(LLMessageSystem* msg, void**); |
122 | static void processDirLandReply(LLMessageSystem *msg, void**); | 122 | static void processDirLandReply(LLMessageSystem *msg, void**); |
123 | 123 | ||
124 | const std::string filter_short_words( const std::string source_string, int shortest_word_length, bool& was_filtered ); | 124 | std::string filterShortWords( const std::string source_string, int shortest_word_length, bool& was_filtered ); |
125 | 125 | ||
126 | protected: | 126 | protected: |
127 | void updateResultCount(); | 127 | void updateResultCount(); |