Compilation fix for wxUSE_DRAG_AND_DROP==0.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-09-19 21:44:42 +00:00
parent 02319c2458
commit 2fcce89663
8 changed files with 18 additions and 4 deletions

View File

@@ -2275,12 +2275,13 @@ public:
// Load the contents of filename into the editor
bool LoadFile(const wxString& filename);
#if wxUSE_DRAG_AND_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
//----------------------------------------------------------------------