]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/pen.h
Changed function to SetFitToCurrentPage
[wxWidgets.git] / include / wx / cocoa / pen.h
index 01d4ef5d91441a1018e981c6157d4e173c195c8f..642b0cca7d4dccf9f19db1d353746f1146242efd 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/08/02 (stubs from 22.03.2003)
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_PEN_H__
@@ -39,9 +39,9 @@ public:
 
     inline wxPen& operator = (const wxPen& pen)
     {   if (*this == pen) return (*this); Ref(pen); return *this; }
-    inline bool operator == (const wxPen& pen)
+    inline bool operator == (const wxPen& pen) const
     {   return m_refData == pen.m_refData; }
-    inline bool operator != (const wxPen& pen)
+    inline bool operator != (const wxPen& pen) const
     {   return m_refData != pen.m_refData; }
 
     virtual bool Ok() const { return (m_refData != NULL) ; }