X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..aba4387c4c71fb812c6a07a7abb495606c5ef4af:/include/wx/timer.h?ds=sidebyside diff --git a/include/wx/timer.h b/include/wx/timer.h index 6a494be5ac..0e7c41b260 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -49,8 +49,8 @@ public: void SetOwner(wxEvtHandler *owner, int id = -1) { m_owner = owner; m_idTimer = id; } -#ifdef __WXMAC_X__ - virtual ~wxTimerBase() {} // Added min for Mac X +#ifdef __DARWIN__ + virtual ~wxTimerBase() { } #endif // working with the timer