projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't disable top level windows recursively
[wxWidgets.git]
/
src
/
gtk1
/
dnd.cpp
diff --git
a/src/gtk1/dnd.cpp
b/src/gtk1/dnd.cpp
index d8487a913b1c8411ddc7febed532f7e084b4c0a7..93f307cf8e8db008bf36713a8ca3acb766a0cf12 100644
(file)
--- a/
src/gtk1/dnd.cpp
+++ b/
src/gtk1/dnd.cpp
@@
-12,7
+12,9
@@
#endif
#include "wx/dnd.h"
-
+#include "wx/log.h"
+
+
#if wxUSE_DRAG_AND_DROP
#include "wx/window.h"