// wxDropTarget
//-------------------------------------------------------------------------
-class wxDropTarget: wxObject
+class wxDropTarget: public wxObject
{
public:
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: