X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e35d7ca0e7d975c133f024321939fa1dabb2fe5..f9d2e19d216beea3ada925054f9523cc581f0cf9:/src/msw/ole/access.cpp diff --git a/src/msw/ole/access.cpp b/src/msw/ole/access.cpp index b1ddbb9a34..a2ebcd017f 100644 --- a/src/msw/ole/access.cpp +++ b/src/msw/ole/access.cpp @@ -41,7 +41,6 @@ #include #include -#include #include "wx/msw/ole/oleutils.h" @@ -88,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); }; // ---------------------------------------------------------------------------- @@ -336,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); }; // ============================================================================