Fix clang compile warning.

This commit is contained in:
Stephen Anthony 2020-04-17 11:42:11 -02:30
parent 0bf12045d8
commit 6836120a9a
1 changed files with 1 additions and 1 deletions

View File

@ -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