From 571bc798f40c170ebca4f017ccfef06045ad48ef Mon Sep 17 00:00:00 2001 From: XMRig Date: Sun, 7 Aug 2022 17:31:13 +0700 Subject: [PATCH] Fixed typo. --- src/core/Miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Miner.cpp b/src/core/Miner.cpp index ebfe59e4..79b5b749 100644 --- a/src/core/Miner.cpp +++ b/src/core/Miner.cpp @@ -370,7 +370,7 @@ public: Timer *timer = nullptr; uint64_t ticks = 0; -# ifndef XMRIG_FEATURE_COM +# ifdef XMRIG_FEATURE_COM Taskbar m_taskbar; # endif };