diff options
Diffstat (limited to 'indra/newview/llpanelplaces.h')
-rw-r--r-- | indra/newview/llpanelplaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h index 0b3b3b5fc3..ce20ffdc91 100644 --- a/indra/newview/llpanelplaces.h +++ b/indra/newview/llpanelplaces.h @@ -66,7 +66,7 @@ public: private: void onLandmarkLoaded(LLLandmark* landmark); - void onFilterEdit(const std::string& search_string); + void onFilterEdit(const std::string& search_string, bool force_filter); void onTabSelected(); //void onShareButtonClicked(); |