]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/brush.h
moved some more stuff from .cpp files to here
[wxWidgets.git] / include / wx / gtk1 / brush.h
index eabb80bde9bc83cfa1146a2e083145c046ff8861..e1856216972b0d53394b690e78bcac13621db472 100644 (file)
@@ -36,7 +36,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();