diff --git a/src/osd/modules/debugger/win/debugwininfo.h b/src/osd/modules/debugger/win/debugwininfo.h index 0d871f79b6f..2090985d3f9 100644 --- a/src/osd/modules/debugger/win/debugwininfo.h +++ b/src/osd/modules/debugger/win/debugwininfo.h @@ -98,6 +98,8 @@ protected: ID_SHOW_BREAKPOINTS, ID_SHOW_WATCHPOINTS, + ID_CLEAR_LOG, + ID_DEVICE_OPTIONS // always keep this at the end }; diff --git a/src/osd/modules/debugger/win/logwininfo.h b/src/osd/modules/debugger/win/logwininfo.h index b9dfffaef62..a816b6f3da3 100644 --- a/src/osd/modules/debugger/win/logwininfo.h +++ b/src/osd/modules/debugger/win/logwininfo.h @@ -21,10 +21,6 @@ public: virtual ~logwin_info(); protected: - enum - { - ID_CLEAR_LOG = 1 - }; virtual bool handle_command(WPARAM wparam, LPARAM lparam) override; };