X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..3848ffef9f9555f6c63daebd0f4e6a1fe2d183cc:/include/wx/gtk1/dnd.h diff --git a/include/wx/gtk1/dnd.h b/include/wx/gtk1/dnd.h index 45bf0cf2f6..4b27e36da1 100644 --- a/include/wx/gtk1/dnd.h +++ b/include/wx/gtk1/dnd.h @@ -76,7 +76,7 @@ class wxDragSource: public wxObject wxDragSource( wxWindow *win ); ~wxDragSource(void); - void SetData( char *data, const long size ); + void SetData( char *data, long size ); void Start( int x, int y ); public: