diff options
Diffstat (limited to 'src/emu/debug/debugcon.h')
-rw-r--r-- | src/emu/debug/debugcon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debugcon.h b/src/emu/debug/debugcon.h index 45da39badc4..974a43e656a 100644 --- a/src/emu/debug/debugcon.h +++ b/src/emu/debug/debugcon.h @@ -78,6 +78,7 @@ class debugger_console { public: debugger_console(running_machine &machine); + ~debugger_console(); // command handling CMDERR execute_command(std::string_view command, bool echo); |