]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dnd.h
* Small fix in wxHTTP::BuildRequest
[wxWidgets.git] / include / wx / gtk1 / dnd.h
index cf5ff4491372f325e4307f8cde2eab505fa03927..0e76509e1ab09807074a4126f0cdf8dfe57df315 100644 (file)
@@ -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;
     
 };