Fixed build.

This commit is contained in:
XMRig 2019-07-10 02:28:45 +07:00
parent f42adafee0
commit 3bebf778da
5 changed files with 12 additions and 5 deletions

View file

@ -55,8 +55,8 @@ protected:
private:
Assembly m_assembly;
bool m_aes;
char m_brand[64 + 6];
const bool m_aes;
const bool m_avx2;
const size_t m_threads;
};