X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f97c985452b20a8c2f0bbfb1d0275298bf09fb45..0661ec3993d101d0fb02bac605c979e609fdd04e:/include/wx/msw/ole/droptgt.h diff --git a/include/wx/msw/ole/droptgt.h b/include/wx/msw/ole/droptgt.h index 95484cf7a6..d623116b31 100644 --- a/include/wx/msw/ole/droptgt.h +++ b/include/wx/msw/ole/droptgt.h @@ -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;