]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a compile error on wxMac
authorRobin Dunn <robin@alldunn.com>
Fri, 13 Feb 2004 20:23:40 +0000 (20:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 13 Feb 2004 20:23:40 +0000 (20:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_pen.i

index a30cc189d2b2e89e6c77940ded8bdfacc958a7f9..150417ea1eb2e0380473180ae64d09e691af0555 100644 (file)
@@ -63,7 +63,7 @@ public:
         }
     }
     
-    bool operator==(const wxPen& pen) const;
+    bool operator==(const wxPen& pen) /*const*/;
 
 #ifndef __WXMAC__
 //  wxDash* GetDash() const;