From 8b1108e4858f797c9216dc8ae4a3918ad50c73b4 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 11 Nov 2021 00:55:02 +0100 Subject: Everywhere: Pass AK::StringView by value --- Userland/Services/WindowServer/Menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Services/WindowServer/Menu.h') 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> m_alt_shortcut_character_to_item_indices; }; -u32 find_ampersand_shortcut_character(const StringView&); +u32 find_ampersand_shortcut_character(StringView); } -- cgit v1.2.3