diff options
Diffstat (limited to 'src/mesa/tnl/t_save_api.h')
-rw-r--r-- | src/mesa/tnl/t_save_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_save_api.h b/src/mesa/tnl/t_save_api.h index a6a8cd011bd..eec2d685b00 100644 --- a/src/mesa/tnl/t_save_api.h +++ b/src/mesa/tnl/t_save_api.h @@ -51,7 +51,7 @@ extern void _tnl_save_init( GLcontext *ctx ); extern void _tnl_save_destroy( GLcontext *ctx ); extern void _tnl_loopback_vertex_list( GLcontext *ctx, - struct tnl_vertex_list *list ); + const struct tnl_vertex_list *list ); extern void _tnl_playback_vertex_list( GLcontext *ctx, void *data ); |