diff options
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r-- | src/order_gui.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp index 46ed659bd..28f3f04f0 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -51,6 +51,11 @@ enum OrderWindowWidgets { ORDER_WIDGET_RESIZE, }; +struct order_d { + int sel; +}; +assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(order_d)); + /** * Return the memorised selected order. * |