X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a126fcc3438c6b2693090e8c97761fa12d8ca7a..4714ef79af518f74214126559ef48607acf89180:/include/wx/gtk1/dnd.h?ds=sidebyside diff --git a/include/wx/gtk1/dnd.h b/include/wx/gtk1/dnd.h index cf5ff44913..0e76509e1a 100644 --- a/include/wx/gtk1/dnd.h +++ b/include/wx/gtk1/dnd.h @@ -111,7 +111,7 @@ public: virtual bool OnData( int x, int y ); /* you have to override OnDropData to get at the text */ - virtual bool OnDropText( int x, int y, const char *text ) = 0; + virtual bool OnDropText( int x, int y, const wxChar *text ) = 0; };