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