mirror of https://github.com/stella-emu/stella.git
Fix build warning.
This commit is contained in:
parent
a5c76df1b2
commit
5756641f2c
|
@ -22,7 +22,7 @@
|
|||
|
||||
class CartridgeELF;
|
||||
|
||||
class CartridgeELFWidget: public CartDebugWidget, public CommandSender
|
||||
class CartridgeELFWidget: public CartDebugWidget
|
||||
{
|
||||
public:
|
||||
CartridgeELFWidget(GuiObject* boss, const GUI::Font& lfont,
|
||||
|
|
Loading…
Reference in New Issue