From: David Webster Date: Mon, 27 Nov 2000 21:26:12 +0000 (+0000) Subject: declare the wx2os2PenStyle helper in the header. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bd3e41f6003fa1d589c1477a327931c3f57516f2 declare the wx2os2PenStyle helper in the header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/pen.h b/include/wx/os2/pen.h index e40ea0e562..cc24520fb3 100644 --- a/include/wx/os2/pen.h +++ b/include/wx/os2/pen.h @@ -107,5 +107,7 @@ private: AREABUNDLE m_vAreaBundle; }; // end of CLASS wxPen +extern int wx2os2PenStyle(int nWxStyle); + #endif // _WX_PEN_H_