Commit cb58f81a authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

d3d10core: Mark a struct as static.

parent 4a8f0b8f
......@@ -1278,7 +1278,7 @@ static const struct IUnknownVtbl d3d10_device_inner_unknown_vtbl =
static void STDMETHODCALLTYPE d3d10_subresource_destroyed(void *parent) {}
const struct wined3d_parent_ops d3d10_subresource_parent_ops =
static const struct wined3d_parent_ops d3d10_subresource_parent_ops =
{
d3d10_subresource_destroyed,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment