Commit 812eb3c4 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gdiplus: Remove superfluous cast to self.

parent 53cd1a27
......@@ -3482,7 +3482,7 @@ GpStatus WINGDIPAPI GdipPlayMetafileRecord(GDIPCONST GpMetafile *metafile,
if (flags & 0x8000)
{
stat = GdipCreateSolidFill(draw->brush.Color, (GpSolidFill**)&solidfill);
stat = GdipCreateSolidFill(draw->brush.Color, &solidfill);
if (stat != Ok)
return InvalidParameter;
......
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