[Libreoffice-commits] online.git: test/helpers.hpp

Noel Grandin noel.grandin at collabora.co.uk
Tue Dec 27 10:21:02 UTC 2016


 test/helpers.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f56549753a6b34a2e1105aefd41585bb66557738
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Fri Dec 23 08:23:08 2016 +0200

    loplugin:passstuffbyref
    
    Change-Id: Ib9208e7585dbb8dfeab713daa173af190d9efebc
    Reviewed-on: https://gerrit.libreoffice.org/32363
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/test/helpers.hpp b/test/helpers.hpp
index 9ab7855..61820a0 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");
 


More information about the Libreoffice-commits mailing list