summaryrefslogtreecommitdiff
path: root/indra/newview/llsearchableui.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-05-18 13:53:18 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-05-18 13:53:18 +0300
commit2e0c16492e18772ceefb47aa68de1002b4ff6c55 (patch)
treeb4e2a41ff356c311daa9368e228b75d66f34daa2 /indra/newview/llsearchableui.h
parent017627fa8bf91df54dc33a27f3796153f7cd497e (diff)
SL-13259 FIXED The searching word remains highlighted in the "Chat" tab
Diffstat (limited to 'indra/newview/llsearchableui.h')
-rw-r--r--indra/newview/llsearchableui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsearchableui.h b/indra/newview/llsearchableui.h
index 9741557e49..e033cae3ab 100644
--- a/indra/newview/llsearchableui.h
+++ b/indra/newview/llsearchableui.h
@@ -73,6 +73,7 @@ namespace ll
virtual ~PanelData();
+ void setNotHighlighted();
virtual bool hightlightAndHide( LLWString const &aFilter );
};