From 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:37 -0500 Subject: Second Life viewer sources 1.19.1.2 --- linden/indra/newview/llpaneldirbrowser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/llpaneldirbrowser.h') 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: static void processDirPopularReply(LLMessageSystem* msg, void**); static void processDirLandReply(LLMessageSystem *msg, void**); - const std::string filter_short_words( const std::string source_string, int shortest_word_length, bool& was_filtered ); + std::string filterShortWords( const std::string source_string, int shortest_word_length, bool& was_filtered ); protected: void updateResultCount(); -- cgit v1.1