From 66dac1f546bd72fa62efa12f4d76041bfb950c82 Mon Sep 17 00:00:00 2001 From: vng Date: Sat, 18 Dec 2010 00:15:30 +0200 Subject: [PATCH] Fix warning --- yg/base_texture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yg/base_texture.hpp b/yg/base_texture.hpp index 8b3ffb7ab3..5d24995c86 100644 --- a/yg/base_texture.hpp +++ b/yg/base_texture.hpp @@ -6,7 +6,7 @@ namespace yg { - class Color; + struct Color; namespace gl { class BaseTexture : public RenderTarget