mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 21:32:47 -05:00
Fixed namespace usage
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user