X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a..1a787c5dc89b1cb6a9ddb4ebef3ad2fb24b49c8c:/src/os2/pen.cpp diff --git a/src/os2/pen.cpp b/src/os2/pen.cpp index c3d18a0378..905a09021b 100644 --- a/src/os2/pen.cpp +++ b/src/os2/pen.cpp @@ -24,6 +24,8 @@ #include "wx/os2/private.h" #include "assert.h" +IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject) + wxPenRefData::wxPenRefData() { m_style = wxSOLID; @@ -236,7 +238,7 @@ void wxPen::SetCap(int Cap) int wx2os2PenStyle(int wx_style) { - int cstyle; + int cstyle = 0; // TODO: /* switch (wx_style)