From 150bb0fb34b74055c7dd6d2925ce9c5a1d7decf5 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Fri, 26 Aug 2011 22:59:19 +0200 Subject: nouveau: make data argument of nouveau_context::push_data const --- src/gallium/drivers/nouveau/nouveau_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/nouveau') diff --git a/src/gallium/drivers/nouveau/nouveau_context.h b/src/gallium/drivers/nouveau/nouveau_context.h index 19bf7c84ac7..7b5f3f1ec39 100644 --- a/src/gallium/drivers/nouveau/nouveau_context.h +++ b/src/gallium/drivers/nouveau/nouveau_context.h @@ -14,7 +14,7 @@ struct nouveau_context { struct nouveau_bo *src, unsigned, unsigned, unsigned); void (*push_data)(struct nouveau_context *, struct nouveau_bo *dst, unsigned, unsigned, - unsigned, void *); + unsigned, const void *); }; static INLINE struct nouveau_context * -- cgit v1.2.3