X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d2a2b601b1994333886dff8f53d82a714c4042f..17b74d79adcc7bbd5cff4ed500e267289c0083a7:/include/wx/gtk/dnd.h diff --git a/include/wx/gtk/dnd.h b/include/wx/gtk/dnd.h index 998f656c59..f2f81e8550 100644 --- a/include/wx/gtk/dnd.h +++ b/include/wx/gtk/dnd.h @@ -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: