From a982e710418275fee3ea8db6603c82de16182055 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 10 Jan 2023 21:44:35 +0000 Subject: Fix some unnecessary string copies. --- src/modules/m_sqloper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sqloper.cpp') diff --git a/src/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp index 85a9f7f6c..15b133eb1 100644 --- a/src/modules/m_sqloper.cpp +++ b/src/modules/m_sqloper.cpp @@ -221,7 +221,7 @@ public: { SQL->Submit(new OperQuery(this, my_blocks), query); } - void GetOperBlocks(const std::string u, const std::string& un, const std::string& pw) + void GetOperBlocks(const std::string& u, const std::string& un, const std::string& pw) { active = true; // Call to SQL query to fetch oper list from SQL table. -- cgit v1.3.1-10-gc9f91