projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for wxToolbook, allow oldSel == wxNOT_FOUND when changing to a
[wxWidgets.git]
/
include
/
wx
/
motif
/
dnd.h
diff --git
a/include/wx/motif/dnd.h
b/include/wx/motif/dnd.h
index 96c3f9a13de13aec5c439f93b3162657cf347d49..614096f54811f10a8ca0d94b344ffbf9552b9f76 100644
(file)
--- a/
include/wx/motif/dnd.h
+++ b/
include/wx/motif/dnd.h
@@
-41,7
+41,7
@@
class WXDLLEXPORT wxDropTarget: public wxObject
public:
wxDropTarget();
public:
wxDropTarget();
- ~wxDropTarget();
+
virtual
~wxDropTarget();
virtual void OnEnter() { }
virtual void OnLeave() { }
virtual void OnEnter() { }
virtual void OnLeave() { }
@@
-143,7
+143,7
@@
public:
wxDropSource( wxWindow *win );
wxDropSource( wxDataObject &data, wxWindow *win );
wxDropSource( wxWindow *win );
wxDropSource( wxDataObject &data, wxWindow *win );
- ~wxDropSource(void);
+
virtual
~wxDropSource(void);
void SetData( wxDataObject &data );
wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
void SetData( wxDataObject &data );
wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);