]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dnd.h
make wxS_DEFAULT consistend with standard Unix behaviour
[wxWidgets.git] / include / wx / gtk / dnd.h
index 45bf0cf2f6c34b8331ff2998fa360321a3ec92c3..1ce3e2904014e6fd47f2ecb5975e30dc1b6232d0 100644 (file)
@@ -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: