Exclude DragAcceptFiles() when wxUSE_DRAG_AND_DROP==0

(backport of 42b2675806)
This commit is contained in:
Paul Cornett
2016-12-22 22:23:38 -08:00
parent e7443259de
commit c047751abf
2 changed files with 2 additions and 2 deletions

View File

@@ -120,10 +120,10 @@ public:
#if wxUSE_DRAG_AND_DROP
virtual void SetDropTarget( wxDropTarget *dropTarget );
#endif // wxUSE_DRAG_AND_DROP
// Accept files for dragging
virtual void DragAcceptFiles(bool accept);
#endif // wxUSE_DRAG_AND_DROP
#ifndef __WXUNIVERSAL__
// Native resource loading (implemented in src/msw/nativdlg.cpp)