diff --git a/FastCG/include/FastCG/Graphics/OpenGL/OpenGLErrorHandling.h b/FastCG/include/FastCG/Graphics/OpenGL/OpenGLErrorHandling.h index 33052b7..e9ff984 100644 --- a/FastCG/include/FastCG/Graphics/OpenGL/OpenGLErrorHandling.h +++ b/FastCG/include/FastCG/Graphics/OpenGL/OpenGLErrorHandling.h @@ -66,7 +66,7 @@ inline const char *glGetErrorString(GLenum error) } \ } #else -#define FASTCG_CHECK_OPENGL_CALL(...) +#define FASTCG_CHECK_OPENGL_CALL(glCall) glCall #define FASTCG_CHECK_OPENGL_ERROR(...) #endif