projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxRTTI macros to stream classes (patch 1687073)
[wxWidgets.git]
/
include
/
wx
/
dfb
/
brush.h
diff --git
a/include/wx/dfb/brush.h
b/include/wx/dfb/brush.h
index 98791233990b7f9a242912ed2f35393f02c83b8b..c799da0eceef61e6bef1cfdc45e7ed816372f7dc 100644
(file)
--- a/
include/wx/dfb/brush.h
+++ b/
include/wx/dfb/brush.h
@@
-35,7
+35,8
@@
public:
wxBrush(const wxColour &colour, int style = wxSOLID);
wxBrush(const wxBitmap &stippleBitmap);
wxBrush(const wxColour &colour, int style = wxSOLID);
wxBrush(const wxBitmap &stippleBitmap);
- bool Ok() const;
+ bool Ok() const { return IsOk(); }
+ bool IsOk() const;
bool operator==(const wxBrush& brush) const;
bool operator!=(const wxBrush& brush) const { return !(*this == brush); }
bool operator==(const wxBrush& brush) const;
bool operator!=(const wxBrush& brush) const { return !(*this == brush); }