Fix compiler warning.

This commit is contained in:
Stephen Anthony 2019-06-02 10:22:26 -02:30
parent 4bc1b5a768
commit 97886474d4
1 changed files with 3 additions and 0 deletions

View File

@ -185,6 +185,9 @@ void DebuggerDialog::handleKeyDown(StellaKey key, StellaMod mod)
case Event::UnwindAllMenu:
doUnwindAll();
return;
default:
break;
}
Dialog::handleKeyDown(key, mod);