summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-04-18 00:09:19 +0200
committerMarek Olšák <maraeo@gmail.com>2010-04-18 02:56:09 +0200
commitbb4f5fff0c782f35353e8bfc1b1227e3cc3d5986 (patch)
treee54796050c913f81fcfe0059a4056ee6953c18f3 /src/gallium/drivers/r300/r300_texture.h
parentc383defdaacab0fe7f35e7a4ae5b57228cf5310c (diff)
r300g: remove use of c++ keywords
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r--src/gallium/drivers/r300/r300_texture.h2
1 files changed, 1 insertions, 1 deletions
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,