X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65db6e118ee07847a5698449a4f42dad1de165e7..48f0334de5cf9c4087c67a65b8f2fa3f1a0c63a2:/src/msw/ole/access.cpp diff --git a/src/msw/ole/access.cpp b/src/msw/ole/access.cpp index e2bbed939d..a2ebcd017f 100644 --- a/src/msw/ole/access.cpp +++ b/src/msw/ole/access.cpp @@ -87,7 +87,7 @@ private: wxVariant m_variant; // List of further variants int m_nCurrent; // Current enum position - DECLARE_NO_COPY_CLASS(wxIEnumVARIANT) + wxDECLARE_NO_COPY_CLASS(wxIEnumVARIANT); }; // ---------------------------------------------------------------------------- @@ -335,7 +335,7 @@ public: private: wxAccessible *m_pAccessible; // pointer to C++ class we belong to - DECLARE_NO_COPY_CLASS(wxIAccessible) + wxDECLARE_NO_COPY_CLASS(wxIAccessible); }; // ============================================================================