From 0f1e19c03cdf5bd8a7c3db59cf395a0833ab0173 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 24 Feb 2004 02:47:05 +0000 Subject: added some const keywords --- src/mesa/main/mtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 508a363f16..84fa39f261 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2106,7 +2106,7 @@ struct gl_tnl_module { /** * Vertex format to be lazily swapped into current dispatch. */ - GLvertexformat *Current; + const GLvertexformat *Current; /** * \name Record of functions swapped out. -- cgit v1.2.3