Small compile fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-11-02 20:47:02 +00:00
parent 69a568f06b
commit 51babd0983
4 changed files with 16 additions and 3 deletions

View File

@@ -1001,7 +1001,7 @@ bool wxFileDataObject::GetDataHere(void *pData) const
#endif // Unicode/Ansi
// set start of filenames list (null separated)
wxChar *pbuf = (BYTE *)pDrop + sizeof(DROPFILES);
wxChar *pbuf = (wxChar*) ((BYTE *)pDrop + sizeof(DROPFILES));
size_t count = m_filenames.GetCount();
for (size_t i = 0; i < count; i++ )