]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/sound.cpp
fixing notifications
[wxWidgets.git] / src / mac / carbon / sound.cpp
index 01c41c4b50d310110ff2fac345dd50516a629334..51e73daa103946d40c11f3856388ec6a31e28d66 100644 (file)
     #include "wx/object.h"
     #include "wx/string.h"
     #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/timer.h"
 #endif
 
-#include "wx/log.h"
 #include "wx/file.h"
-#include "wx/timer.h"
 
 // Carbon QT Implementation Details -
 //
@@ -90,7 +90,7 @@ public:
     {
     }
 
-    ~wxQTTimer()
+    virtual ~wxQTTimer()
     {
         if(m_pbPlaying)
             *m_pbPlaying = false;
@@ -156,7 +156,7 @@ public:
     {
     }
 
-    ~wxSMTimer()
+    virtual ~wxSMTimer()
     {
         if(m_pbPlaying)
             *m_pbPlaying = false;