mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
d2d1: Make d2d_geometry_sink_vtbl static const.
Spotted by Francois Gouget.
This commit is contained in:
parent
4460006fbd
commit
1bea5f44b0
@ -1299,7 +1299,7 @@ static void STDMETHODCALLTYPE d2d_geometry_sink_AddArc(ID2D1GeometrySink *iface,
|
||||
++geometry->u.path.segment_count;
|
||||
}
|
||||
|
||||
struct ID2D1GeometrySinkVtbl d2d_geometry_sink_vtbl =
|
||||
static const struct ID2D1GeometrySinkVtbl d2d_geometry_sink_vtbl =
|
||||
{
|
||||
d2d_geometry_sink_QueryInterface,
|
||||
d2d_geometry_sink_AddRef,
|
||||
|
Loading…
Reference in New Issue
Block a user