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 5271b0e5ae5..f8a0bafc7c1 100644 --- a/src/emu/debug/debugcon.h +++ b/src/emu/debug/debugcon.h @@ -79,6 +79,7 @@ class debugger_console { public: debugger_console(running_machine &machine); + ~debugger_console(); // command handling CMDERR execute_command(const std::string &command, bool echo); |