X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d120f8391920145647ec10e84629bc21fa9f1bb..1a5e297c6b5b745afee30caf430ce62e9519a181:/src/motif/pen.cpp diff --git a/src/motif/pen.cpp b/src/motif/pen.cpp index ab5fa85049..8d0c0a47cf 100644 --- a/src/motif/pen.cpp +++ b/src/motif/pen.cpp @@ -75,7 +75,7 @@ wxPen::wxPen(const wxColour& col, int Width, int Style) RealizeResource(); - if ( wxThePenList ) + if (wxThePenList) wxThePenList->AddPen(this); }