]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/brush.h
Fix for wxTextCtrl::GetSelection for singel line controls in GTK2 mode
[wxWidgets.git] / include / wx / mgl / brush.h
index 2352b224427561fa7fa6e8f25d22482304a4a7d6..f1c3b76eff79dcbd0b1350250a4d382462b3cfc7 100644 (file)
@@ -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() {}