X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a..4c460b340f3f32621e83e6efd2f25c43005d60b0:/src/os2/pen.cpp diff --git a/src/os2/pen.cpp b/src/os2/pen.cpp index c3d18a0378..ec5da7deed 100644 --- a/src/os2/pen.cpp +++ b/src/os2/pen.cpp @@ -24,6 +24,10 @@ #include "wx/os2/private.h" #include "assert.h" +#if !USE_SHARED_LIBRARIES +IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject) +#endif + wxPenRefData::wxPenRefData() { m_style = wxSOLID;