X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88a7a4e10ed18f81a576dcd866cfbf02bf404c00..0e4124e75398c63ed70d1183b4ab1a3496423a71:/src/mac/carbon/sound.cpp diff --git a/src/mac/carbon/sound.cpp b/src/mac/carbon/sound.cpp index 01c41c4b50..51e73daa10 100644 --- a/src/mac/carbon/sound.cpp +++ b/src/mac/carbon/sound.cpp @@ -20,11 +20,11 @@ #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;