nouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Karol Herbst <kherbst@redhat.com>
This commit is contained in:
@@ -38,7 +38,7 @@ nvc0_miptree_create(struct pipe_screen *pscreen,
|
||||
const struct pipe_resource *tmp,
|
||||
const uint64_t *modifiers, unsigned int count);
|
||||
|
||||
const struct u_resource_vtbl nvc0_miptree_vtbl;
|
||||
extern const struct u_resource_vtbl nvc0_miptree_vtbl;
|
||||
|
||||
struct pipe_surface *
|
||||
nvc0_miptree_surface_new(struct pipe_context *,
|
||||
|
||||
Reference in New Issue
Block a user