X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd05139a8023fd3e30476409fafbe04221c6d627..d989875a52208e35afbcbd04de7758089e06b985:/src/os2/dnd.cpp?ds=sidebyside diff --git a/src/os2/dnd.cpp b/src/os2/dnd.cpp index e612b2ee65..3a968d3586 100644 --- a/src/os2/dnd.cpp +++ b/src/os2/dnd.cpp @@ -387,7 +387,7 @@ wxDataFormat wxDropTarget::GetSupportedFormat ( for (i = 0; i < ulItems; i++) { pDragItem = ::DrgQueryDragitemPtr(pDataSource, i); - if (::DrgVerifyRMF(pDragItem, (PSZ)sMechanism.c_str(), (PSZ)sFormat.c_str())) + if (::DrgVerifyRMF(pDragItem, sMechanism.c_str(), sFormat.c_str())) { bValid = true; break;