mirror of https://github.com/stella-emu/stella.git
Fix minor warning from clang.
This commit is contained in:
parent
9274cb8f8c
commit
5f2b621ebb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue