diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llpaneldirbrowser.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llpaneldirbrowser.h')
-rw-r--r-- | linden/indra/newview/llpaneldirbrowser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpaneldirbrowser.h b/linden/indra/newview/llpaneldirbrowser.h index 6b8578f..23df195 100644 --- a/linden/indra/newview/llpaneldirbrowser.h +++ b/linden/indra/newview/llpaneldirbrowser.h | |||
@@ -121,6 +121,8 @@ 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 ); | ||
125 | |||
124 | protected: | 126 | protected: |
125 | void updateResultCount(); | 127 | void updateResultCount(); |
126 | 128 | ||