Refactoring.

This commit is contained in:
XMRig
2018-04-11 03:52:23 +07:00
parent 2edc939172
commit dfe42f68bf
10 changed files with 197 additions and 190 deletions

View File

@@ -138,7 +138,7 @@ void Client::setUrl(const Url *url)
return;
}
m_url = url;
m_url = *url;
}