Skip to content
Snippets Groups Projects
Commit 0cfeaff8 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Forgotten change

parent b09565b7
No related branches found
No related tags found
No related merge requests found
...@@ -341,7 +341,7 @@ bool RlvUIEnabler::filterFloaterShowLoc(std::string_view strName, const LLSD&) ...@@ -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 // 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) if ("places" == strFloater)
{ {
......
...@@ -67,7 +67,7 @@ class RlvUIEnabler final : public LLSingleton<RlvUIEnabler> ...@@ -67,7 +67,7 @@ class RlvUIEnabler final : public LLSingleton<RlvUIEnabler>
bool filterFloaterViewXXX(std::string_view, const LLSD&); bool filterFloaterViewXXX(std::string_view, const LLSD&);
boost::signals2::connection m_ConnFloaterViewXXX; // viewnote, viewscript, viewtexture 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 boost::signals2::connection m_ConnPanelShowLoc; // showloc
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment