diff options
author | Brian Paul <[email protected]> | 2011-03-25 10:33:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-03-25 10:33:51 -0600 |
commit | cf290344cc6c61b81452a28d739021a7f11b11bc (patch) | |
tree | 88b950f6d23ddaefd874ef572872d120d8bddc26 /src/mesa/main/dlist.c | |
parent | 28f1d6ab4913a9e37cacc7e903f8ce04bb3c8e1c (diff) |
mesa: add void to save_TextureBarrierNV()
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 0112d9dde36..3de6832d3cd 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -7036,7 +7036,7 @@ save_VertexAttribDivisor(GLuint index, GLuint divisor) /* GL_NV_texture_barrier */ static void -save_TextureBarrierNV() +save_TextureBarrierNV(void) { GET_CURRENT_CONTEXT(ctx); ASSERT_OUTSIDE_SAVE_BEGIN_END_AND_FLUSH(ctx); |