diff options
Diffstat (limited to 'LibGUI/GEventLoop.h')
-rw-r--r-- | LibGUI/GEventLoop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/GEventLoop.h b/LibGUI/GEventLoop.h index 02d1066770..e68df0dc10 100644 --- a/LibGUI/GEventLoop.h +++ b/LibGUI/GEventLoop.h @@ -41,6 +41,7 @@ private: void handle_key_event(const GUI_Event&, GWindow&); void handle_window_activation_event(const GUI_Event&, GWindow&); void handle_window_close_request_event(const GUI_Event&, GWindow&); + void handle_menu_event(const GUI_Event&); void get_next_timer_expiration(timeval&); |