X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1df4b19481c1e4fb26b7395933d65e9fa4a506ec..0cd159592e4d9c979aa5a626627cdd9158fcc34f:/include/wx/evtloop.h diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index 6841c61fd0..7d85458ff8 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -76,7 +76,7 @@ protected: // the pointer to currently active loop static wxEventLoopBase *ms_activeLoop; - DECLARE_NO_COPY_CLASS(wxEventLoopBase) + wxDECLARE_NO_COPY_CLASS(wxEventLoopBase); }; #if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__) || defined(__UNIX__) @@ -166,7 +166,7 @@ protected: // the pointer to the port specific implementation class wxEventLoopImpl *m_impl; - DECLARE_NO_COPY_CLASS(wxGUIEventLoop) + wxDECLARE_NO_COPY_CLASS(wxGUIEventLoop); }; #endif // platforms