mirror of https://github.com/stella-emu/stella.git
Fix clang compile warning.
This commit is contained in:
parent
0bf12045d8
commit
6836120a9a
|
@ -151,7 +151,7 @@ class CartridgeWD : public CartridgeEnhanced
|
|||
bool poke(uInt16 address, uInt8 value) override;
|
||||
|
||||
private:
|
||||
bool checkSwitchBank(uInt16, uInt8 = 0) override { return false; };
|
||||
bool checkSwitchBank(uInt16, uInt8 = 0) override { return false; }
|
||||
|
||||
private:
|
||||
// Indicates the cycle at which a bankswitch was initiated
|
||||
|
|
Loading…
Reference in New Issue