]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/dccg.cpp
cleanup
[wxWidgets.git] / src / mac / carbon / dccg.cpp
index 5e659d94a7826ded846525ccee0c63f0f6a02e86..9a6cd4390dc1abd0ee0dd213c3afe12624b7cbdc 100755 (executable)
@@ -408,7 +408,7 @@ protected :
         }
     }
 
-    ~ImagePattern()
+    virtual ~ImagePattern()
     {
         if ( m_image )
             CGImageRelease( m_image ) ;
@@ -523,7 +523,7 @@ public :
     }
 
 protected :
-    ~HatchPattern() {}
+    virtual ~HatchPattern() {}
 
     CGRect      m_imageBounds ;
     int         m_hatch ;