X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d120f8391920145647ec10e84629bc21fa9f1bb..069d0f27ef7d87fd337e6baad1c5f4c7223ed693:/src/motif/pen.cpp?ds=sidebyside diff --git a/src/motif/pen.cpp b/src/motif/pen.cpp index ab5fa85049..bb5ab62127 100644 --- a/src/motif/pen.cpp +++ b/src/motif/pen.cpp @@ -17,9 +17,7 @@ #include "wx/utils.h" #include "wx/pen.h" -#if !USE_SHARED_LIBRARIES IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject) -#endif wxPenRefData::wxPenRefData() { @@ -75,7 +73,7 @@ wxPen::wxPen(const wxColour& col, int Width, int Style) RealizeResource(); - if ( wxThePenList ) + if (wxThePenList) wxThePenList->AddPen(this); }