diff options
Diffstat (limited to '')
-rw-r--r-- | screen_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h index 915288793..861b3605a 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -29,7 +29,7 @@ #include "ui.h" // From minui/minui.h. -struct GRSurface; +class GRSurface; enum class UIElement { HEADER, |