From 2c64d55ddfa54e75f81295cf8a4270df9177419c Mon Sep 17 00:00:00 2001 From: Sour Date: Fri, 8 Feb 2019 21:01:48 -0500 Subject: [PATCH] Linux: Fixed compilation warning --- Core/MMC3_Bmc411120C.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/MMC3_Bmc411120C.h b/Core/MMC3_Bmc411120C.h index 61f993c4..5bb69a1b 100644 --- a/Core/MMC3_Bmc411120C.h +++ b/Core/MMC3_Bmc411120C.h @@ -8,7 +8,7 @@ private: uint8_t _exReg; protected: - uint32_t GetDipSwitchCount() { return 1; } + uint32_t GetDipSwitchCount() override { return 1; } void InitMapper() override {