mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
util: Call tables should be const.
This commit is contained in:
parent
38b54158b6
commit
f668b464c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue