- wxPen( const wxPen& pen )
- : wxGDIObject()
- { Ref(pen); }
- wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; }
-
- bool Ok() const { return m_refData != NULL; }
-
- bool operator == ( const wxPen& pen ) const;
- bool operator != (const wxPen& pen) const { return !(*this == pen); }
+ bool operator==(const wxPen& pen) const;
+ bool operator!=(const wxPen& pen) const { return !(*this == pen); }