yet another BC++ fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -417,7 +417,7 @@ wxDataFormat wxDropTarget::GetSupportedFormat(IDataObject *pIDataSource) const
|
|||||||
delete [] formats;
|
delete [] formats;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (n < nFormats) ? (wxDataFormat) format : (wxDataFormat) wxDF_INVALID;
|
return n < nFormats ? format : wxFormatInvalid;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user