summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvvertexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/nvvertexec.h')
-rw-r--r--src/mesa/shader/nvvertexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/nvvertexec.h b/src/mesa/shader/nvvertexec.h
index e6e5a3ad7a..cdf1bd588b 100644
--- a/src/mesa/shader/nvvertexec.h
+++ b/src/mesa/shader/nvvertexec.h
@@ -38,6 +38,6 @@ extern void
_mesa_exec_vertex_program(GLcontext *ctx, const struct vertex_program *program);
extern void
-_mesa_dump_vp_state( const struct vertex_program_state *state );
+_mesa_dump_vp_state( const struct gl_vertex_program_state *state );
#endif