projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda9a7d
)
removed inline from the method which is not inline
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 1 Nov 2006 21:37:00 +0000
(21:37 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 1 Nov 2006 21:37:00 +0000
(21:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42922
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/os2/brush.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/os2/brush.h
b/include/wx/os2/brush.h
index 0e03ceb99291b7d4ff41ba66679eb9fc6e54c0f6..c37808f3ef6a837729f8f6df55add2039d692178 100644
(file)
--- a/
include/wx/os2/brush.h
+++ b/
include/wx/os2/brush.h
@@
-54,7
+54,7
@@
public:
wxBrush(const wxBitmap& rStipple);
virtual ~wxBrush();
-
inline
bool operator == (const wxBrush& rBrush) const;
+ bool operator == (const wxBrush& rBrush) const;
inline bool operator != (const wxBrush& rBrush) const { return !(*this == rBrush); }
virtual void SetColour(const wxColour& rColour);