projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b5415
)
util: Call tables should be const.
author
Henri Verbeet
<hverbeet@gmail.com>
Sun, 30 Jan 2011 17:57:39 +0000
(18:57 +0100)
committer
Henri Verbeet
<hverbeet@gmail.com>
Sun, 30 Jan 2011 17:59:13 +0000
(18:59 +0100)
src/gallium/auxiliary/util/u_transfer.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_transfer.h
b/src/gallium/auxiliary/util/u_transfer.h
index 3412e13c3ccc9641b6e9ab718f444e83d286915e..52191512ac7c7d91f234d17bc7bcedb832772526 100644
(file)
--- a/
src/gallium/auxiliary/util/u_transfer.h
+++ b/
src/gallium/auxiliary/util/u_transfer.h
@@
-93,7
+93,7
@@
struct u_resource_vtbl {
struct u_resource {
struct pipe_resource b;
- struct u_resource_vtbl *vtbl;
+
const
struct u_resource_vtbl *vtbl;
};