logic: Fixed cli message handling and Mac build

This commit is contained in:
Eberhard Graether
2017-08-10 01:17:26 +02:00
parent 9269468a7b
commit ece2cbfe14
10 changed files with 48 additions and 78 deletions
+1 -1
View File
@@ -491,7 +491,7 @@ std::string License::getLicenseString() const
return license;
}
std::string License::hashLocation(const std::string& location)
std::string License::hashLocation(const std::string& location) const
{
if (m_rng == NULL || location.size() <= 0)
{