Commit 27ee7c01 authored by Jeff Smith's avatar Jeff Smith Committed by Alexandre Julliard

gdiplus: Remove duplicate forward declaration of class GpGraphics.

parent 6158db60
......@@ -22,7 +22,6 @@
#ifdef __cplusplus
class GpGraphics {};
class GpGraphics {};
class GpBrush {};
class GpSolidFill : public GpBrush {};
class GpPath {};
......
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