diff options
-rw-r--r-- | src/mesa/main/dd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index e1f3ad54529..e4c103c55e4 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -525,7 +525,7 @@ struct dd_function_table { * from -- a pointer into client memory or a mesa temporary. * sz -- nr bytes to copy. */ - void (*TextureMemCpy)( void *to, const void *from, size_t sz ); + void* (*TextureMemCpy)( void *to, const void *from, size_t sz ); /** * Called by glAreTextureResident(). |