diff options
author | Eugene Sandulenko | 2016-08-03 14:41:14 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 14:41:14 +0200 |
commit | 01a240ca815d9b41b7ab903a4077ae11bb98e77a (patch) | |
tree | be155717319b50957a64b414c63122cf5949faa8 | |
parent | a00272c62c012ed4f6ee98ada7415064e8faac5a (diff) | |
download | scummvm-rg350-01a240ca815d9b41b7ab903a4077ae11bb98e77a.tar.gz scummvm-rg350-01a240ca815d9b41b7ab903a4077ae11bb98e77a.tar.bz2 scummvm-rg350-01a240ca815d9b41b7ab903a4077ae11bb98e77a.zip |
GRAPHICS: Fix warnings
-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; |