]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checklst.cpp
renamed wxWindow::IsVisible() to IsShownOnScreen() to fix name conflicts with other...
[wxWidgets.git] / src / mac / carbon / checklst.cpp
index 87906f151a18bb2bfa4516c3acbbe2d08d4ea718..458a6e43f652faaa851d5bc1582b7c652b549319 100644 (file)
@@ -37,7 +37,7 @@ class wxMacDataBrowserCheckListControl : public wxMacDataBrowserListControl , pu
 {
 public:
     wxMacDataBrowserCheckListControl( wxListBox *peer, const wxPoint& pos, const wxSize& size, long style );
 {
 public:
     wxMacDataBrowserCheckListControl( wxListBox *peer, const wxPoint& pos, const wxSize& size, long style );
-    ~wxMacDataBrowserCheckListControl();
+    virtual ~wxMacDataBrowserCheckListControl();
 
     virtual wxMacListBoxItem* CreateItem();
 
 
     virtual wxMacListBoxItem* CreateItem();
 
@@ -174,7 +174,7 @@ public :
         m_isChecked = false;
     }
 
         m_isChecked = false;
     }
 
-    ~wxMacCheckListBoxItem()
+    virtual ~wxMacCheckListBoxItem()
     {
     }
 
     {
     }