]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dnd.h
1. registry files corresponding to the recent registry.h changes
[wxWidgets.git] / include / wx / gtk1 / dnd.h
index 998f656c5945ef2dd15b91c83ddfea1f1eddd51c..f2f81e8550b14cd5ccd9316051a9284f337a3d86 100644 (file)
@@ -60,6 +60,7 @@ class wxDropTarget: public wxObject
     
     virtual void OnEnter() { }
     virtual void OnLeave() { }
+    virtual void OnMouseMove( long WXUNUSED(x), long WXUNUSED(y) ) { }
     virtual bool OnDrop( long x, long y, const void *data, size_t size ) = 0;
 
     // Override these to indicate what kind of data you support: