From: Robin Dunn Date: Fri, 13 Feb 2004 20:23:40 +0000 (+0000) Subject: Fixed a compile error on wxMac X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33adb15261cec222e829b631f80cc68d71d250a6?ds=inline Fixed a compile error on wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_pen.i b/wxPython/src/_pen.i index a30cc189d2..150417ea1e 100644 --- a/wxPython/src/_pen.i +++ b/wxPython/src/_pen.i @@ -63,7 +63,7 @@ public: } } - bool operator==(const wxPen& pen) const; + bool operator==(const wxPen& pen) /*const*/; #ifndef __WXMAC__ // wxDash* GetDash() const;