diff options
Diffstat (limited to 'LibGUI/GWindow.h')
-rw-r--r-- | LibGUI/GWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GWindow.h b/LibGUI/GWindow.h index 617d4125c0..bca25f075f 100644 --- a/LibGUI/GWindow.h +++ b/LibGUI/GWindow.h @@ -170,6 +170,6 @@ private: bool m_show_titlebar { true }; bool m_keybind_mode { false }; String m_entered_keybind; - size_t m_max_keybind_length { 0 }; + int m_max_keybind_length { 0 }; HashMap<String, WeakPtr<GWidget>> m_keyboard_activation_targets; }; |