From 23e213574bc51c540dbd8e84ec062b0a21cba52f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 1 Aug 2020 14:43:15 +0200 Subject: [PATCH] GRAPHICS: Fix warning --- graphics/nine_patch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/nine_patch.h b/graphics/nine_patch.h index b45c92f09e0..c79c66b7112 100644 --- a/graphics/nine_patch.h +++ b/graphics/nine_patch.h @@ -54,7 +54,7 @@ namespace Graphics { struct TransparentSurface; struct Surface; -struct MacWindowManager; +class MacWindowManager; struct NinePatchMark { int offset;