Jeff Smith : gdiplus: Remove duplicate forward declaration of class GpGraphics.

Alexandre Julliard julliard at winehq.org
Mon Jul 7 09:19:29 CDT 2008


Module: wine
Branch: master
Commit: 27ee7c0119524d5003a8647f866cf42711424793
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=27ee7c0119524d5003a8647f866cf42711424793

Author: Jeff Smith <whydoubt at yahoo.com>
Date:   Thu Jul  3 22:32:12 2008 -0500

gdiplus: Remove duplicate forward declaration of class GpGraphics.

---

 include/gdiplusgpstubs.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/gdiplusgpstubs.h b/include/gdiplusgpstubs.h
index e2f8ab7..a1878f6 100644
--- a/include/gdiplusgpstubs.h
+++ b/include/gdiplusgpstubs.h
@@ -22,7 +22,6 @@
 #ifdef __cplusplus
 
 class GpGraphics {};
-class GpGraphics {};
 class GpBrush {};
 class GpSolidFill : public GpBrush {};
 class GpPath {};




More information about the wine-cvs mailing list