common: const and init list pedantry
This commit is contained in:
@@ -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://"
|
||||
|
||||
Reference in New Issue
Block a user