Fix build error with wxUSE_DRAG_AND_DROP==0

This commit is contained in:
Paul Cornett
2016-12-22 22:12:45 -08:00
parent 64f1d760c6
commit 42b2675806
2 changed files with 2 additions and 3 deletions

View File

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