X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d921af5140af576cf7651d4f47d5dc00a83e37f5..6d7184953a7446bbbfa0822cea030e51cdc95bfc:/include/wx/mac/brush.h diff --git a/include/wx/mac/brush.h b/include/wx/mac/brush.h index f72b28e8cd..12e60e06d1 100644 --- a/include/wx/mac/brush.h +++ b/include/wx/mac/brush.h @@ -12,7 +12,7 @@ #ifndef _WX_BRUSH_H_ #define _WX_BRUSH_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "brush.h" #endif @@ -37,7 +37,7 @@ class WXDLLEXPORT wxBrush: public wxGDIObject public: wxBrush(); wxBrush(short macThemeBrush ) ; - wxBrush(const wxColour& col, int style); + wxBrush(const wxColour& col, int style = wxSOLID); wxBrush(const wxBitmap& stipple); wxBrush(const wxBrush& brush) : wxGDIObject()