From bd3e41f6003fa1d589c1477a327931c3f57516f2 Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 27 Nov 2000 21:26:12 +0000 Subject: [PATCH] declare the wx2os2PenStyle helper in the header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/pen.h | 2 ++ 1 file changed, 2 insertions(+) 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_ -- 2.47.2