Fixed numerous issues that caused errors in clang
[supertux.git] / src / video / gl / gl_painter.hpp
index 0345e15..bb3dd75 100644 (file)
@@ -26,7 +26,7 @@ using namespace gl;
 #include "SDL_opengl.h"
 #endif
 
-class DrawingRequest;
+struct DrawingRequest;
 
 class GLPainter
 {