From: Michal Krol Date: Sat, 31 May 2008 16:19:21 +0000 (+0200) Subject: draw: Remove const qualifier. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13581958bd99396ab8ec314f10cf61f717b18a9b;p=mesa.git draw: Remove const qualifier. --- diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index 4f8cceee1e8..423f64262b8 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -193,7 +193,7 @@ struct draw_context const float (*aligned_constants)[4]; - const float (*aligned_constant_storage)[4]; + float (*aligned_constant_storage)[4]; unsigned const_storage_size;