summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WindowServer/Menu.h')
-rw-r--r--Userland/Services/WindowServer/Menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/WindowServer/Menu.h b/Userland/Services/WindowServer/Menu.h
index 384c54fe48..a2f72c7e12 100644
--- a/Userland/Services/WindowServer/Menu.h
+++ b/Userland/Services/WindowServer/Menu.h
@@ -164,6 +164,6 @@ private:
HashMap<u32, Vector<size_t>> m_alt_shortcut_character_to_item_indices;
};
-u32 find_ampersand_shortcut_character(const StringView&);
+u32 find_ampersand_shortcut_character(StringView);
}