projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
renamed to WX_DECLARE_LIST_WITH_DECL for consistency
[wxWidgets.git]
/
include
/
wx
/
msw
/
brush.h
diff --git
a/include/wx/msw/brush.h
b/include/wx/msw/brush.h
index 842e259d27e55aa541c655816e37ef0c160f325c..c51b948fedab39e33fc32e7b5d7c8556850761dc 100644
(file)
--- a/
include/wx/msw/brush.h
+++ b/
include/wx/msw/brush.h
@@
-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();