aboutsummaryrefslogtreecommitdiff
path: root/src/common/rpc_client.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-10-27 09:35:08 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-10-27 09:36:38 +0000
commite70d2e5be8005d1f8825cac1d0dba11cd3533c78 (patch)
treeb8d5e7386d1e64d3acaeb4008e09a9759f11ad70 /src/common/rpc_client.h
parentMerge pull request #453 (diff)
downloadmonero-e70d2e5be8005d1f8825cac1d0dba11cd3533c78.tar.xz
common: const and init list pedantry
Diffstat (limited to 'src/common/rpc_client.h')
-rw-r--r--src/common/rpc_client.h2
1 files changed, 1 insertions, 1 deletions
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://"