summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-24 02:47:05 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-24 02:47:05 +0000
commit0f1e19c03cdf5bd8a7c3db59cf395a0833ab0173 (patch)
treef9ec42a8c1814fa5029ddd2ab6cdc0bd9799bd62 /src/mesa/main/mtypes.h
parentffa7eff9ff459060364f0ed93865351f7fc15035 (diff)
added some const keywords
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
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.