X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d7ee9e860187240a5f82ec4489c831f894065f2..979d7319df1b702a12be015dafc2793a32e14b37:/include/wx/mgl/brush.h?ds=sidebyside diff --git a/include/wx/mgl/brush.h b/include/wx/mgl/brush.h index 325828bf16..7787c2c407 100644 --- a/include/wx/mgl/brush.h +++ b/include/wx/mgl/brush.h @@ -3,7 +3,7 @@ // Purpose: // Author: Vaclav Slavik // Id: $Id$ -// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -11,7 +11,7 @@ #ifndef __WX_BRUSH_H__ #define __WX_BRUSH_H__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "brush.h" #endif @@ -36,7 +36,7 @@ class WXDLLEXPORT wxBrush: public wxGDIObject { public: wxBrush() {} - wxBrush(const wxColour &colour, int style); + wxBrush(const wxColour &colour, int style = wxSOLID); wxBrush(const wxBitmap &stippleBitmap); wxBrush(const wxBrush &brush); ~wxBrush() {}