diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpaneldirbrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpaneldirbrowser.cpp b/linden/indra/newview/llpaneldirbrowser.cpp index cd9e6ae..3ce533c 100644 --- a/linden/indra/newview/llpaneldirbrowser.cpp +++ b/linden/indra/newview/llpaneldirbrowser.cpp | |||
@@ -234,7 +234,7 @@ void LLPanelDirBrowser::onClickNext(void* data) | |||
234 | } | 234 | } |
235 | 235 | ||
236 | // static | 236 | // static |
237 | const std::string LLPanelDirBrowser::filter_short_words( const std::string source_string, | 237 | std::string LLPanelDirBrowser::filterShortWords( const std::string source_string, |
238 | int shortest_word_length, | 238 | int shortest_word_length, |
239 | bool& was_filtered ) | 239 | bool& was_filtered ) |
240 | { | 240 | { |