From 86e75e59ab45f6c99d18df9883c8c17b929df7a9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 1 Nov 2006 21:37:00 +0000 Subject: [PATCH] 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 --- include/wx/os2/brush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.0