From 8b497a012c72ba15d09beee134e09578f9f7f886 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Wed, 24 Sep 2003 15:56:21 +0000 Subject: [PATCH] compile with motif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/stc/stc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/include/wx/stc/stc.h b/contrib/include/wx/stc/stc.h index ea61f4ab6b..e4c9b36b9a 100644 --- a/contrib/include/wx/stc/stc.h +++ b/contrib/include/wx/stc/stc.h @@ -2283,13 +2283,13 @@ public: // Load the contents of filename into the editor bool LoadFile(const wxString& filename); - +#ifdef wxUSE_DRAG_DROP // Allow for simulating a DnD DragOver wxDragResult DoDragOver(wxCoord x, wxCoord y, wxDragResult def); // Allow for simulating a DnD DropText bool DoDropText(long x, long y, const wxString& data); - +#endif //----------------------------------------------------------------------