Changed constness on passed argument, updated VC++ project files

This commit is contained in:
Zachary Lund
2014-01-25 23:23:26 -06:00
parent 1c48834cb5
commit f4379d7889
5 changed files with 19 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ static const char* debug_severity_table[] = {
static void APIENTRY gl_debug_proc(
GLenum source, GLenum type, GLuint id, GLenum severity,
GLsizei length, const GLchar *message, GLvoid *data )
GLsizei length, const GLchar *message, const GLvoid *data )
{
blog( LOG_DEBUG,
"[%s][%s]{%s}: %.*s",