Fixed namespace usage

This commit is contained in:
MoneroOcean 2019-02-21 15:58:33 -08:00
parent 4414287132
commit b4037cdb2c

View file

@ -149,7 +149,7 @@ bool xmrig::Job::setBlob(const char *blob)
}
// for algo benchmarking
void Job::setRawBlob(const uint8_t *blob, const size_t size)
void xmrig::Job::setRawBlob(const uint8_t *blob, const size_t size)
{
memcpy(m_blob, blob, m_size = size);
}