fix MSVC warning about struct/class declaration inconsistency

This commit is contained in:
Anonymissimus 2012-07-22 17:22:40 +00:00
parent e420373451
commit 4f8690fd1f

View file

@ -18,7 +18,7 @@
#include "config.hpp"
class SDL_Rect;
struct SDL_Rect;
namespace editor {