From e08a1d38e18823071a0ce2f9bb195ee0d7ab0e5a Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 17 Feb 2019 22:58:42 -0800 Subject: [PATCH] Use const reference parameter --- src/unix/utilsunx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 49f385d131..2925c2f968 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -1089,7 +1089,7 @@ bool wxIsPlatform64Bit() #ifdef __LINUX__ static bool -wxGetValueFromLSBRelease(wxString arg, const wxString& lhs, wxString* rhs) +wxGetValueFromLSBRelease(const wxString& arg, const wxString& lhs, wxString* rhs) { // lsb_release seems to just read a global file which is always in UTF-8 // and hence its output is always in UTF-8 as well, regardless of the