aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-03 14:41:14 +0200
committerEugene Sandulenko2016-08-03 14:41:14 +0200
commit01a240ca815d9b41b7ab903a4077ae11bb98e77a (patch)
treebe155717319b50957a64b414c63122cf5949faa8
parenta00272c62c012ed4f6ee98ada7415064e8faac5a (diff)
downloadscummvm-rg350-01a240ca815d9b41b7ab903a4077ae11bb98e77a.tar.gz
scummvm-rg350-01a240ca815d9b41b7ab903a4077ae11bb98e77a.tar.bz2
scummvm-rg350-01a240ca815d9b41b7ab903a4077ae11bb98e77a.zip
GRAPHICS: Fix warnings
-rw-r--r--graphics/nine_patch.h4
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;