gallium: silence warning
authorAlan Hourihane <alanh@tungstengraphics.com>
Fri, 10 Oct 2008 00:31:34 +0000 (01:31 +0100)
committerAlan Hourihane <alanh@tungstengraphics.com>
Fri, 10 Oct 2008 00:31:34 +0000 (01:31 +0100)
src/gallium/auxiliary/draw/draw_private.h

index 626a2e3e30471ff794c2eceece17eb6cd4c09264..40a72c9dcfcec0133f40a89e58898033efd3778f 100644 (file)
@@ -193,7 +193,7 @@ struct draw_context
 
       const float (*aligned_constants)[4];
 
-      float (*aligned_constant_storage)[4];
+      const float (*aligned_constant_storage)[4];
       unsigned const_storage_size;