diff --git a/Userland/Services/NotificationServer/NotificationWindow.cpp b/Userland/Services/NotificationServer/NotificationWindow.cpp index 38f2f09fe6..6373e33a34 100644 --- a/Userland/Services/NotificationServer/NotificationWindow.cpp +++ b/Userland/Services/NotificationServer/NotificationWindow.cpp @@ -18,7 +18,7 @@ namespace NotificationServer { -static HashMap> s_windows; +static OrderedHashMap> s_windows; static void update_notification_window_locations(Gfx::IntRect const& screen_rect) {