From 544e7298950f769fbb86d159b0ddc297f9b31c65 Mon Sep 17 00:00:00 2001 From: Simon Leblanc Date: Thu, 25 Dec 2014 14:39:36 -0500 Subject: [PATCH] Fix #167 incompatible pointer types warnings --- debugoutput.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugoutput.go b/debugoutput.go index 122f22b..9bbb175 100644 --- a/debugoutput.go +++ b/debugoutput.go @@ -16,7 +16,7 @@ import "unsafe" // GLenum severity, // GLsizei length, // const GLchar* message, -// void* userParam) +// const void* userParam) // { // goDebugCB(source, type, id, severity, length, (char *)message); // }