From d048d5a63950eb22ad8655dae5d2faccc7bd41f7 Mon Sep 17 00:00:00 2001 From: XMRig Date: Tue, 31 Aug 2021 03:32:36 +0700 Subject: [PATCH] Fixed class/struct inconsistency. --- src/hw/api/HwApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw/api/HwApi.h b/src/hw/api/HwApi.h index f434a0a5..9de8dfd5 100644 --- a/src/hw/api/HwApi.h +++ b/src/hw/api/HwApi.h @@ -29,7 +29,7 @@ namespace xmrig { -struct DmiReader; +class DmiReader; class HwApi : public IApiListener