projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New wxHashTable implementation when wxUSE_STL == 1. Replaces
[wxWidgets.git]
/
include
/
wx
/
os2
/
brush.h
diff --git
a/include/wx/os2/brush.h
b/include/wx/os2/brush.h
index b5aa46844cc91e51b1a4954e474fd4e5ff8a5cdc..b1470f0baf34509c383228a2ae0f39c4028997e0 100644
(file)
--- a/
include/wx/os2/brush.h
+++ b/
include/wx/os2/brush.h
@@
-44,7
+44,7
@@
class WXDLLEXPORT wxBrush: public wxGDIObject
public:
wxBrush();
wxBrush( const wxColour& rCol
- ,int nStyle
+ ,int nStyle
= wxSOLID
);
wxBrush(const wxBitmap& rStipple);
inline wxBrush(const wxBrush& rBrush) { Ref(rBrush); }