d3d10core: Mark a struct as static.

oldstable
Marcus Meissner 2011-05-13 16:38:06 +02:00 committed by Alexandre Julliard
parent 4a8f0b8f55
commit cb58f81a38
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};