X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..0b165ed6b209ea9f5ddd7bfb1813c6f0718a9a3d:/include/wx/timer.h 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