summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/arbprogparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/program/arbprogparse.h')
-rw-r--r--src/mesa/program/arbprogparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/arbprogparse.h b/src/mesa/program/arbprogparse.h
index 39d2116a041..05d93f0370b 100644
--- a/src/mesa/program/arbprogparse.h
+++ b/src/mesa/program/arbprogparse.h
@@ -35,7 +35,7 @@ struct gl_vertex_program;
extern void
_mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target,
const GLvoid *str, GLsizei len,
- struct gl_vertex_program *program);
+ struct gl_program *program);
extern void
_mesa_parse_arb_fragment_program(struct gl_context *ctx, GLenum target,