From 5f2b621ebb39e9b0a21664823379cdee42edc5f8 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 19 Apr 2022 11:30:28 -0230 Subject: [PATCH] Fix minor warning from clang. --- src/emucore/Cart.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/Cart.hxx b/src/emucore/Cart.hxx index 7bef01191..a8a1afec4 100644 --- a/src/emucore/Cart.hxx +++ b/src/emucore/Cart.hxx @@ -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