summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-19 10:49:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-19 10:49:32 +0200
commit955c99d6eb699dae2804ab430262a9dff89c920b (patch)
treefca68672328014b58751a53b1fe695943eedf665 /desktop
parent0a76a41ae7a2ebd53f80f01ea9e2bcff3026d155 (diff)
clang-tidy performance-unnecessary-value-param in desktop
Change-Id: I1b1bf615c5afcb6e14929fde456c6b734be65414
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 3304600b64d2..f5faecf2dcd5 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -957,7 +957,7 @@ namespace {
}
boost::optional<boost::property_tree::ptree>
- getContextMenuItem(boost::property_tree::ptree& aMenu, std::string unoSelector)
+ getContextMenuItem(boost::property_tree::ptree& aMenu, std::string const & unoSelector)
{
boost::optional<boost::property_tree::ptree> aMenuItem;
for (const auto& aItemPair: aMenu)