X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5af019af85ec2e931a6c1dd33f305dcf48071c67..75737d0570103dbb9de120e77d0ce3154510ece9:/include/wx/gtk/dnd.h diff --git a/include/wx/gtk/dnd.h b/include/wx/gtk/dnd.h index e7604927a1..f57083b7db 100644 --- a/include/wx/gtk/dnd.h +++ b/include/wx/gtk/dnd.h @@ -225,7 +225,7 @@ public: virtual bool OnData( int x, int y ); /* you have to override OnDropFiles to get at the file names */ - virtual bool OnDropFiles( int x, int y, size_t nFiles, const char * const aszFiles[] ) = 0; + virtual bool OnDropFiles( int x, int y, size_t nFiles, const wxChar * const aszFiles[] ) = 0; };