From cab638496667e779c961ddd61ae4924a73026096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Thu, 27 Jan 2022 13:10:04 +0100 Subject: [PATCH] HexEditor: Use Array in FindDialog's options --- Userland/Applications/HexEditor/FindDialog.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Userland/Applications/HexEditor/FindDialog.cpp b/Userland/Applications/HexEditor/FindDialog.cpp index a2531b2a26..1ab00ffbd2 100644 --- a/Userland/Applications/HexEditor/FindDialog.cpp +++ b/Userland/Applications/HexEditor/FindDialog.cpp @@ -5,9 +5,9 @@ */ #include "FindDialog.h" +#include #include #include -#include #include #include #include @@ -23,9 +23,11 @@ struct Option { bool default_action; }; -static const Vector