diff options
Diffstat (limited to 'WindowServer/WSMenu.h')
-rw-r--r-- | WindowServer/WSMenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WindowServer/WSMenu.h b/WindowServer/WSMenu.h index bd15d02e59..363f92b52c 100644 --- a/WindowServer/WSMenu.h +++ b/WindowServer/WSMenu.h @@ -12,7 +12,7 @@ class WSWindow; class Font; class Process; -class WSMenu { +class WSMenu : public Weakable<WSMenu> { public: WSMenu(Process&, int menu_id, String&& name); ~WSMenu(); |