]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wrapshl.h
Several fixes for wxAffineMatrix2D transformations.
[wxWidgets.git] / include / wx / msw / wrapshl.h
index 195ae3f374cd0f301579fb876fae7305a12d51a7..25585112e1a28bcd444a6a497ad5cd48ca2bba5d 100644 (file)
@@ -72,7 +72,7 @@ public:
         wxString path;
         if ( !SHGetPathFromIDList(m_pidl, wxStringBuffer(path, MAX_PATH)) )
         {
-            wxLogLastError(_T("SHGetPathFromIDList"));
+            wxLogLastError(wxT("SHGetPathFromIDList"));
         }
 
         return path;
@@ -81,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