loplugin:passstuffbyref

Change-Id: Ib9208e7585dbb8dfeab713daa173af190d9efebc
Reviewed-on: https://gerrit.libreoffice.org/32363
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
Noel Grandin 2016-12-23 08:23:08 +02:00 committed by Tor Lillqvist
parent 0caeab803b
commit f56549753a

View file

@ -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");