X-Git-Url: https://git.cworth.org/git?p=vogl;a=blobdiff_plain;f=src%2Fvoglcommon%2Fvogl_gl_replayer.h;h=2ae259c431cb7eae1f6f3d2171f028a6b6308343;hp=4d15b54a001f6c4bb920b3f50691b00194622525;hb=eecde759ff6e2f919318739526a7fa0d76133bdc;hpb=2d3e8315938a42f2003ddf9170ee7becf8eed6c1 diff --git a/src/voglcommon/vogl_gl_replayer.h b/src/voglcommon/vogl_gl_replayer.h index 4d15b54..2ae259c 100644 --- a/src/voglcommon/vogl_gl_replayer.h +++ b/src/voglcommon/vogl_gl_replayer.h @@ -1281,6 +1281,7 @@ private: // Loosely derived from http://www.altdevblogaday.com/2011/06/23/improving-opengl-error-messages/ static void debug_callback_arb(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, GLvoid *pUser_param); + static void debug_callback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, GLvoid *pUser_param); bool is_extension_supported(const char *pExt);