diff options
Diffstat (limited to 'src/mesa/shader/nvvertparse.h')
-rw-r--r-- | src/mesa/shader/nvvertparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/nvvertparse.h b/src/mesa/shader/nvvertparse.h index 205885f45c3..d78d9fa1370 100644 --- a/src/mesa/shader/nvvertparse.h +++ b/src/mesa/shader/nvvertparse.h @@ -36,7 +36,7 @@ _mesa_parse_nv_vertex_program(GLcontext *ctx, GLenum target, struct vertex_program *program); extern void -_mesa_print_nv_vertex_instruction(const struct vp_instruction *inst); +_mesa_print_nv_vertex_instruction(const struct prog_instruction *inst); extern void _mesa_print_nv_vertex_program(const struct vertex_program *program); |