From 01a240ca815d9b41b7ab903a4077ae11bb98e77a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 3 Aug 2016 14:41:14 +0200 Subject: [PATCH] GRAPHICS: Fix warnings --- graphics/nine_patch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/nine_patch.h b/graphics/nine_patch.h index aa81a2fc1fc..faf44e553fc 100644 --- a/graphics/nine_patch.h +++ b/graphics/nine_patch.h @@ -52,8 +52,8 @@ namespace Graphics { -class TransparentSurface; -class Surface; +struct TransparentSurface; +struct Surface; struct NinePatchMark { int offset;