summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index 8fcb1f200..bf7dd90e1 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -203,7 +203,7 @@ static const WindowDesc _main_window_desc(
0, 0, 0, 0, 0, 0,
WC_MAIN_WINDOW, WC_NONE,
0,
- NULL, _nested_main_window_widgets, lengthof(_nested_main_window_widgets)
+ _nested_main_window_widgets, lengthof(_nested_main_window_widgets)
);
struct MainWindow : Window