From 0cfeaff8ea84b63f8d6f1baba87839e33760a477 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Mon, 6 Feb 2023 23:07:36 -0500
Subject: [PATCH] Forgotten change

---
 indra/newview/rlvui.cpp | 2 +-
 indra/newview/rlvui.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/rlvui.cpp b/indra/newview/rlvui.cpp
index e10dae63514..52a3a026792 100644
--- a/indra/newview/rlvui.cpp
+++ b/indra/newview/rlvui.cpp
@@ -341,7 +341,7 @@ bool RlvUIEnabler::filterFloaterShowLoc(std::string_view strName, const LLSD&)
 }
 
 // Checked: 2012-02-07 (RLVa-1.4.5) | Added: RLVa-1.4.5
-bool RlvUIEnabler::filterPanelShowLoc(const std::string& strFloater, const std::string&, const LLSD& sdKey)
+bool RlvUIEnabler::filterPanelShowLoc(std::string_view strFloater, std::string_view, const LLSD& sdKey)
 {
 	if ("places" == strFloater)
 	{
diff --git a/indra/newview/rlvui.h b/indra/newview/rlvui.h
index d8501f946ac..15af2758638 100644
--- a/indra/newview/rlvui.h
+++ b/indra/newview/rlvui.h
@@ -67,7 +67,7 @@ class RlvUIEnabler final : public LLSingleton<RlvUIEnabler>
 	bool filterFloaterViewXXX(std::string_view, const LLSD&);
 	boost::signals2::connection m_ConnFloaterViewXXX;					// viewnote, viewscript, viewtexture
 
-	bool filterPanelShowLoc(const std::string&, const std::string&, const LLSD& );
+	bool filterPanelShowLoc(std::string_view, std::string_view, const LLSD& );
 	boost::signals2::connection m_ConnPanelShowLoc;						// showloc
 
 	/*
-- 
GitLab