From: Vadim Zeitlin Date: Wed, 1 Nov 2006 21:37:00 +0000 (+0000) Subject: removed inline from the method which is not inline X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/86e75e59ab45f6c99d18df9883c8c17b929df7a9 removed inline from the method which is not inline git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/brush.h b/include/wx/os2/brush.h index 0e03ceb992..c37808f3ef 100644 --- 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);