summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/MenuManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WindowServer/MenuManager.h')
-rw-r--r--Userland/Services/WindowServer/MenuManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/WindowServer/MenuManager.h b/Userland/Services/WindowServer/MenuManager.h
index c5177073f7..90312238e5 100644
--- a/Userland/Services/WindowServer/MenuManager.h
+++ b/Userland/Services/WindowServer/MenuManager.h
@@ -22,7 +22,7 @@ public:
virtual ~MenuManager() override = default;
- bool is_open(const Menu&) const;
+ bool is_open(Menu const&) const;
bool has_open_menu() const { return !m_open_menu_stack.is_empty(); }
Menu* current_menu() { return m_current_menu.ptr(); }