]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wrapshl.h
check for self-assignment in operator=
[wxWidgets.git] / include / wx / msw / wrapshl.h
index 472df7511df16089957a39b739f47dbea8d2e07c..163f96b0a22835fc0271c82db6de6f8b2a2e3045 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "wx/msw/winundef.h"
 
+#include "wx/log.h"
+
 // ----------------------------------------------------------------------------
 // wxItemIdList implements RAII on top of ITEMIDLIST
 // ----------------------------------------------------------------------------
@@ -79,7 +81,7 @@ public:
 private:
     LPITEMIDLIST m_pidl;
 
-    DECLARE_NO_COPY_CLASS(wxItemIdList)
+    wxDECLARE_NO_COPY_CLASS(wxItemIdList);
 };
 
 // enable autocompleting filenames in the text control with given HWND