Fix minor warning from clang.

This commit is contained in:
Stephen Anthony 2022-04-19 11:30:28 -02:30
parent 9274cb8f8c
commit 5f2b621ebb
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class Cartridge : public Device
@param segment The segment to get the bank for
*/
virtual uInt16 getSegmentBank(uInt16 segment = 0) const { return getBank(); };
virtual uInt16 getSegmentBank(uInt16 segment = 0) const { return getBank(); }
/**
Query the number of ROM 'banks' supported by the cartridge. Note that