X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69c4481222795d89f470020b63ec788bb717c0b3..df74fdeafdf63821d9740dda8f52415421729700:/include/wx/x11/brush.h diff --git a/include/wx/x11/brush.h b/include/wx/x11/brush.h index 7544f90877..4ea94c15fc 100644 --- a/include/wx/x11/brush.h +++ b/include/wx/x11/brush.h @@ -12,7 +12,7 @@ #ifndef _WX_BRUSH_H_ #define _WX_BRUSH_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "brush.h" #endif @@ -35,7 +35,7 @@ class wxBrush: public wxGDIObject public: wxBrush() { } - wxBrush( const wxColour &colour, int style ); + wxBrush( const wxColour &colour, int style = wxSOLID ); wxBrush( const wxBitmap &stippleBitmap ); ~wxBrush();