Linux: Fixed compilation warning

This commit is contained in:
Sour 2019-02-08 21:01:48 -05:00
parent babbec7d12
commit 2c64d55ddf

View file

@ -8,7 +8,7 @@ private:
uint8_t _exReg;
protected:
uint32_t GetDipSwitchCount() { return 1; }
uint32_t GetDipSwitchCount() override { return 1; }
void InitMapper() override
{