]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/pen.cpp
Applied patch [ 603104 ] wxX11 wxClientDC, wxPaintDC fix
[wxWidgets.git] / src / os2 / pen.cpp
index b26c80e4aba225fc1483efad7c1ed4b8a6eeb953..975a8f96f6e90db6e52f37c18a17ab222ea8d0d7 100644 (file)
@@ -108,6 +108,10 @@ wxPen::wxPen(
         wxThePenList->AddPen(this);
 } // end of wxPen::wxPen
 
+int wx2os2PenStyle(
+  int                               nWxStyle
+);
+
 bool wxPen::RealizeResource()
 {
     BOOL                            bOk;