From 33adb15261cec222e829b631f80cc68d71d250a6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 13 Feb 2004 20:23:40 +0000 Subject: [PATCH] Fixed a compile error on wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_pen.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.0