]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/brush.h
MSVC 5 fix.
[wxWidgets.git] / include / wx / msw / brush.h
index 842e259d27e55aa541c655816e37ef0c160f325c..4b0b124af477f466ced6abb0977ee17167121cb1 100644 (file)
@@ -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
 
@@ -30,7 +30,7 @@ class WXDLLEXPORT wxBrush : public wxGDIObject
 {
 public:
     wxBrush();
-    wxBrush(const wxColour& col, int style);
+    wxBrush(const wxColour& col, int style = wxSOLID);
     wxBrush(const wxBitmap& stipple);
     wxBrush(const wxBrush& brush) { Ref(brush); }
     virtual ~wxBrush();