Skip to content

Commit

Permalink
GRAPHICS: Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent a00272c commit 01a240c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphics/nine_patch.h
Expand Up @@ -52,8 +52,8 @@

namespace Graphics {

class TransparentSurface;
class Surface;
struct TransparentSurface;
struct Surface;

struct NinePatchMark {
int offset;
Expand Down

0 comments on commit 01a240c

Please sign in to comment.