diff options
author | Marek Olšák <[email protected]> | 2010-04-18 00:09:19 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-18 02:56:09 +0200 |
commit | bb4f5fff0c782f35353e8bfc1b1227e3cc3d5986 (patch) | |
tree | e54796050c913f81fcfe0059a4056ee6953c18f3 /src/gallium/drivers/r300/r300_texture.h | |
parent | c383defdaacab0fe7f35e7a4ae5b57228cf5310c (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.h | 2 |
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 7b8b40551da..453d42b188f 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, |