Linux: Fixed compilation warning
This commit is contained in:
parent
babbec7d12
commit
2c64d55ddf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ private:
|
||||||
uint8_t _exReg;
|
uint8_t _exReg;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
uint32_t GetDipSwitchCount() { return 1; }
|
uint32_t GetDipSwitchCount() override { return 1; }
|
||||||
|
|
||||||
void InitMapper() override
|
void InitMapper() override
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue