aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpaneldirbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpaneldirbrowser.cpp2
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
237const std::string LLPanelDirBrowser::filter_short_words( const std::string source_string, 237std::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{