]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/access.cpp
no real changes, just correct a comment (closes #10563)
[wxWidgets.git] / src / msw / ole / access.cpp
index b1ddbb9a34fd99441217f2526ac5c4c548160e61..a2ebcd017f2cfa97599cab96de568c28ccfbd842 100644 (file)
@@ -41,7 +41,6 @@
 
 #include <oleauto.h>
 #include <oleacc.h>
-#include <winable.h>
 
 #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);
 };
 
 // ============================================================================