From 335c9268763ef7998832341429c135a9d22f3f38 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 10 May 2011 12:09:05 -0400 Subject: [PATCH] use `char` instead of `GLchar` --- glslUtil/glslUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glslUtil/glslUtil.h b/glslUtil/glslUtil.h index c44fb45..be1073a 100644 --- a/glslUtil/glslUtil.h +++ b/glslUtil/glslUtil.h @@ -11,7 +11,7 @@ typedef GLfloat guMatrix4x4[4][4]; typedef struct { GLuint index; - const GLchar *name; + const char *name; } guAttribBinding; #ifdef __cplusplus