]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/pen.h
Added wxPrivateDropTarget
[wxWidgets.git] / include / wx / msw / pen.h
index 49339320783b129d25cc7ff680dd288d9263f227..6bfd8c646af35ae2289344133573675ec004c1c4 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/gdiobj.h"
+#include "wx/bitmap.h"
 
 typedef    WXDWORD  wxDash ;
 
@@ -53,7 +54,6 @@ public:
   wxPen(const wxColour& col, int width, int style);
   wxPen(const wxBitmap& stipple, int width);
   inline wxPen(const wxPen& pen) { Ref(pen); }
-  inline wxPen(const wxPen* pen) { if (pen) Ref(*pen); }
   ~wxPen();
 
   inline wxPen& operator = (const wxPen& pen) { if (*this == pen) return (*this); Ref(pen); return *this; }