From e70d2e5be8005d1f8825cac1d0dba11cd3533c78 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 27 Oct 2015 09:35:08 +0000 Subject: common: const and init list pedantry --- src/common/rpc_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/rpc_client.h') diff --git a/src/common/rpc_client.h b/src/common/rpc_client.h index dc9f32c25..2e460912a 100644 --- a/src/common/rpc_client.h +++ b/src/common/rpc_client.h @@ -54,7 +54,7 @@ namespace tools , m_port{port} {} - std::string build_url(std::string const & relative_url) + std::string build_url(std::string const & relative_url) const { std::string result = "http://" -- cgit v1.2.3