]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/pen.h
fixed wxBase and GUI separation for sockets code
[wxWidgets.git] / include / wx / msw / pen.h
index 07325f94a4d15a9a5493c1a5035d61010cc57d7d..41d7ae761c0c33a4e820b9f6c6b382284197ffb4 100644 (file)
@@ -61,7 +61,7 @@ class WXDLLEXPORT wxPen: public wxGDIObject
   DECLARE_DYNAMIC_CLASS(wxPen)
 public:
   wxPen();
-  wxPen(const wxColour& col, int width, int style);
+  wxPen(const wxColour& col, int width = 1, int style = wxSOLID);
   wxPen(const wxBitmap& stipple, int width);
   inline wxPen(const wxPen& pen) { Ref(pen); }
   ~wxPen();