X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/282d1e47f99b81a2341cf6f377fab6a070efb446..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/os2/dc.h diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index 009cc6c746..01c4ff4a1c 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -84,7 +84,7 @@ public: wxDCCacheEntry( HPS hPS ,int nDepth ); - ~wxDCCacheEntry(); + virtual ~wxDCCacheEntry(); WXHBITMAP m_hBitmap; HPS m_hPS; @@ -100,7 +100,7 @@ class WXDLLEXPORT wxDC : public wxDCBase public: wxDC(void); - ~wxDC(); + virtual ~wxDC(); // implement base class pure virtuals // ---------------------------------- @@ -300,17 +300,6 @@ protected: ,wxCoord vWidth ,wxCoord vHeight ); - virtual void DoGetClippingRegion( wxCoord* pX - ,wxCoord* pY - ,wxCoord* pWidth - ,wxCoord* pHeight) - { - GetClippingBox( pX - ,pY - ,pWidth - ,pHeight - ); - } virtual void DoGetSize( int* pWidth ,int* pHeight