X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..a97aaabf5c933c85e154b367f9328e06c0a191e3:/include/wx/gtk/dnd.h diff --git a/include/wx/gtk/dnd.h b/include/wx/gtk/dnd.h index 45bf0cf2f6..1ce3e29040 100644 --- a/include/wx/gtk/dnd.h +++ b/include/wx/gtk/dnd.h @@ -35,7 +35,7 @@ class wxTextDragSource; // wxDropTarget //------------------------------------------------------------------------- -class wxDropTarget: wxObject +class wxDropTarget: public wxObject { public: @@ -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: