From b72b6f8273dfb63e4e78f1bdf8d9fb240a45678a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 8 Jul 2021 18:18:29 +0200 Subject: [PATCH] Change const static to static const To match the order used everywhere else. --- src/wine-host/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wine-host/editor.cpp b/src/wine-host/editor.cpp index ea089930..b8fb57c2 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -82,7 +82,7 @@ constexpr uint32_t xembed_focus_in_msg = 4; constexpr uint32_t xembed_focus_first = 1; -const static HCURSOR arrow_cursor = LoadCursor(nullptr, IDC_ARROW); +static const HCURSOR arrow_cursor = LoadCursor(nullptr, IDC_ARROW); /** * Find the the ancestors for the given window. This returns a list of window