Fixed namespace usage
This commit is contained in:
parent
4414287132
commit
b4037cdb2c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue