Fixed numerous issues that caused errors in clang
[supertux.git] / src / video / drawing_context.hpp
index ef55b8f..53e171a 100644 (file)
@@ -30,7 +30,7 @@
 #include "video/font_ptr.hpp"
 #include "video/texture.hpp"
 
-class DrawingRequest;
+struct DrawingRequest;
 class Surface;
 class Texture;
 class VideoSystem;