compile with motif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-09-24 15:56:21 +00:00
parent f531d3c4d4
commit 8b497a012c

View File

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