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 //----------------------------------------------------------------------