diff options
-rw-r--r-- | graphics/nine_patch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/nine_patch.h b/graphics/nine_patch.h index aa81a2fc1f..faf44e553f 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; |