From bb4f5fff0c782f35353e8bfc1b1227e3cc3d5986 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 18 Apr 2010 00:09:19 +0200 Subject: r300g: remove use of c++ keywords --- src/gallium/drivers/r300/r300_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_texture.h') diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index 7b8b40551d..453d42b188 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -56,7 +56,7 @@ r300_texture_from_handle(struct pipe_screen* screen, struct pipe_resource* r300_texture_create(struct pipe_screen* screen, - const struct pipe_resource* template); + const struct pipe_resource* templ); struct pipe_surface* r300_get_tex_surface(struct pipe_screen* screen, -- cgit v1.2.3