From 94e2b107628cb10d34bb92e491d67d15c8a989c3 Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Thu, 12 Oct 2023 22:26:42 +0200 Subject: SL-20286 Duplication of autocomplete results occurs when entering some search queries in the navigation bar --- indra/newview/lllocationinputctrl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/lllocationinputctrl.h') diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h index af2a9f6afd..cbc05602ce 100644 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -145,6 +145,7 @@ private: void refreshMaturityButton(); void positionMaturityButton(); + void addLocationHistoryEntry(const std::string& title, const LLSD& value); void rebuildLocationHistory(const std::string& filter = LLStringUtil::null); bool findTeleportItemsByTitle(const LLTeleportHistoryItem& item, const std::string& filter); void setText(const LLStringExplicit& text); -- cgit v1.2.3