projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Accidentally omitted code from previous patch
[wxWidgets.git]
/
src
/
motif
/
dnd.cpp
diff --git
a/src/motif/dnd.cpp
b/src/motif/dnd.cpp
index e9e57e42f8891de0ccd5fdfa8250be45338c8cc2..f4a9cefec71195a1ed465d0f5002f14fd96d0255 100644
(file)
--- a/
src/motif/dnd.cpp
+++ b/
src/motif/dnd.cpp
@@
-164,7
+164,7
@@
wxDropSource::~wxDropSource(void)
// if (m_data) delete m_data;
}
-wxDragResult wxDropSource::DoDragDrop(
bool WXUNUSED(bAllowMove
) )
+wxDragResult wxDropSource::DoDragDrop(
int WXUNUSED(flags
) )
{
// wxASSERT_MSG( m_data, "wxDragSource: no data" );