X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a126fcc3438c6b2693090e8c97761fa12d8ca7a..6db90681cf0b58209a061561f5d3624f6eda8024:/include/wx/gtk/dnd.h diff --git a/include/wx/gtk/dnd.h b/include/wx/gtk/dnd.h index cf5ff44913..0e76509e1a 100644 --- a/include/wx/gtk/dnd.h +++ b/include/wx/gtk/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; };