X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b73c5318ccc837aff38c0e5a824bc4fd56c75c8..c2a738e372126950e5c70f72a3e8876f1ac89bf5:/include/wx/unix/tls.h diff --git a/include/wx/unix/tls.h b/include/wx/unix/tls.h index 5f5744c164..126ccd2b17 100644 --- a/include/wx/unix/tls.h +++ b/include/wx/unix/tls.h @@ -54,7 +54,7 @@ public: private: pthread_key_t m_key; - DECLARE_NO_COPY_CLASS(wxTlsKey) + wxDECLARE_NO_COPY_CLASS(wxTlsKey); }; #endif // _WX_UNIX_TLS_H_