X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7d3d27dcef1da559c495481a941dbf34a29efa8..f1c40652a0c2d6752c57df1b8aed22fae7e118dd:/include/wx/thrimpl.cpp diff --git a/include/wx/thrimpl.cpp b/include/wx/thrimpl.cpp index 71942ba27d..6664ce7ee4 100644 --- a/include/wx/thrimpl.cpp +++ b/include/wx/thrimpl.cpp @@ -101,7 +101,7 @@ private: wxMutex& m_mutex; wxSemaphore m_semaphore; - DECLARE_NO_COPY_CLASS(wxConditionInternal) + wxDECLARE_NO_COPY_CLASS(wxConditionInternal); }; wxConditionInternal::wxConditionInternal(wxMutex& mutex)