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_