From f56549753a6b34a2e1105aefd41585bb66557738 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Dec 2016 08:23:08 +0200 Subject: [PATCH] loplugin:passstuffbyref Change-Id: Ib9208e7585dbb8dfeab713daa173af190d9efebc Reviewed-on: https://gerrit.libreoffice.org/32363 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- test/helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers.hpp b/test/helpers.hpp index 9ab7855f2..61820a01c 100644 --- a/test/helpers.hpp +++ b/test/helpers.hpp @@ -145,7 +145,7 @@ Poco::Net::HTTPClientSession* createSession(const Poco::URI& uri) } inline -std::string getTestServerURI() +std::string const & getTestServerURI() { static const char* clientPort = std::getenv("LOOL_TEST_CLIENT_PORT");