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:
parent
0caeab803b
commit
f56549753a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue