mirror of https://github.com/stella-emu/stella.git
Fix compiler warning.
This commit is contained in:
parent
b1b1d87cfa
commit
4de5098373
|
@ -185,6 +185,9 @@ void DebuggerDialog::handleKeyDown(StellaKey key, StellaMod mod)
|
|||
case Event::UnwindAllMenu:
|
||||
doUnwindAll();
|
||||
return;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Dialog::handleKeyDown(key, mod);
|
||||
|
|
Loading…
Reference in New Issue