public:
wxPenRefData();
wxPenRefData(const wxPenRefData& rData);
- ~wxPenRefData();
+ virtual ~wxPenRefData();
protected:
int m_nWidth;
wxPen( const wxBitmap& rStipple
,int nWidth
);
- ~wxPen();
+ virtual ~wxPen();
inline bool operator == (const wxPen& rPen) const
{ return m_refData == rPen.m_refData; }