summaryrefslogtreecommitdiffstats
path: root/wsd/Admin.hpp
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2020-06-02 03:44:08 -0400
committerAshod Nakashian <ashnakash@gmail.com>2020-06-02 20:01:39 +0200
commit4a8937d0d1a2665f3700c4ea14d5f70e844b7064 (patch)
treee3fec0c3d2899d0962b0d8de8c13a6fb5c78461d /wsd/Admin.hpp
parentwsd: performance-unnecessary-value-param (diff)
downloadonline-4a8937d0d1a2665f3700c4ea14d5f70e844b7064.tar.gz
online-4a8937d0d1a2665f3700c4ea14d5f70e844b7064.zip
wsd: performance improvements
Change-Id: I137dc67b4231df1cd23a9dce72e6b12dc1bf364e Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95343 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'wsd/Admin.hpp')
-rw-r--r--wsd/Admin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/Admin.hpp b/wsd/Admin.hpp
index ae3967e068..42e7a247ac 100644
--- a/wsd/Admin.hpp
+++ b/wsd/Admin.hpp
@@ -107,7 +107,7 @@ public:
std::string getChannelLogLevels();
- void setChannelLogLevel(std::string _channelName, std::string _level);
+ void setChannelLogLevel(const std::string& _channelName, std::string _level);
std::string getLogLines();