]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/access.cpp
Allow for menus when deleting a tool
[wxWidgets.git] / src / msw / ole / access.cpp
index e2bbed939dd6bdf3d83b4604fbe8b88f035613c6..a2ebcd017f2cfa97599cab96de568c28ccfbd842 100644 (file)
@@ -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);
 };
 
 // ============================================================================