Fixed compile errors in Linux

This commit is contained in:
SChernykh 2020-10-14 21:03:21 +02:00
parent 2ecece7b3d
commit 144f9c4409
2 changed files with 8 additions and 3 deletions

View file

@ -156,7 +156,7 @@ static void getHashrateData(xmrig::IWorker* worker, uint64_t& hashCount, uint64_
template<>
static void getHashrateData<xmrig::CpuLaunchData>(xmrig::IWorker* worker, uint64_t& hashCount, uint64_t&)
void getHashrateData<xmrig::CpuLaunchData>(xmrig::IWorker* worker, uint64_t& hashCount, uint64_t&)
{
hashCount = worker->rawHashes();
}