X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b73c5318ccc837aff38c0e5a824bc4fd56c75c8..b16f24dd05b14835e5701aa4434747fe5f94169a:/include/wx/msw/tls.h diff --git a/include/wx/msw/tls.h b/include/wx/msw/tls.h index eee0096c97..c27271ca60 100644 --- a/include/wx/msw/tls.h +++ b/include/wx/msw/tls.h @@ -51,7 +51,7 @@ public: private: DWORD m_slot; - DECLARE_NO_COPY_CLASS(wxTlsKey) + wxDECLARE_NO_COPY_CLASS(wxTlsKey); }; #endif // _WX_MSW_TLS_H_