]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/droptgt.h
check for self-assignment in operator=
[wxWidgets.git] / include / wx / msw / ole / droptgt.h
index 6fc30359c8d2c8b842f89db38d937e90cf3ba5dc..022465563479b9ebd992a2c9535d5d7db43065d7 100644 (file)
@@ -67,7 +67,7 @@ private:
     wxIDropTarget *m_pIDropTarget; // the pointer to our COM interface
     IDataObject   *m_pIDataSource; // the pointer to the source data object
 
     wxIDropTarget *m_pIDropTarget; // the pointer to our COM interface
     IDataObject   *m_pIDataSource; // the pointer to the source data object
 
-    DECLARE_NO_COPY_CLASS(wxDropTarget)
+    wxDECLARE_NO_COPY_CLASS(wxDropTarget);
 };
 
 #endif  //wxUSE_DRAG_AND_DROP
 };
 
 #endif  //wxUSE_DRAG_AND_DROP