Unicode changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-06-14 14:19:15 +00:00
parent c0de7af40b
commit c47d0f2eb1
2 changed files with 9 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ class WXDLLEXPORT wxTextDropTarget : public wxDropTarget
{
public:
virtual bool OnDrop(long x, long y, const void *pData);
virtual bool OnDropText(long x, long y, const char *psz) = 0;
virtual bool OnDropText(long x, long y, const wxChar *psz) = 0;
protected:
virtual size_t GetFormatCount() const;
@@ -100,7 +100,7 @@ public:
// params: the number of files and the array of file names
virtual bool OnDropFiles(long x, long y,
size_t nFiles, const char * const aszFiles[]) = 0;
size_t nFiles, const wxChar * const aszFiles[]) = 0;
protected:
virtual size_t GetFormatCount() const;