X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d7ee9e860187240a5f82ec4489c831f894065f2..b3fcfa4d89d44425ed28050462c6064100fe7b05:/include/wx/mgl/pen.h diff --git a/include/wx/mgl/pen.h b/include/wx/mgl/pen.h index d3c4459455..3b69b3d054 100644 --- a/include/wx/mgl/pen.h +++ b/include/wx/mgl/pen.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: pen.h +// Name: wx/mgl/pen.h // 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_PEN_H__ #define __WX_PEN_H__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "pen.h" #endif @@ -36,7 +36,7 @@ class WXDLLEXPORT wxPen: public wxGDIObject { public: wxPen() {} - wxPen(const wxColour &colour, int width, int style); + wxPen(const wxColour &colour, int width = 1, int style = wxSOLID); wxPen(const wxBitmap& stipple, int width); wxPen(const wxPen& pen); ~wxPen() {}