From: Vadim Zeitlin Date: Sat, 7 Feb 2009 21:46:31 +0000 (+0000) Subject: yet another wxUSE_DRAG_AND_DROP==0 compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5e14f15d486b9c2a50d4e75a51c28bbd5ac48479 yet another wxUSE_DRAG_AND_DROP==0 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dataview.h b/include/wx/dataview.h index 14fd53de9d..9aa1510c1e 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -811,11 +811,13 @@ protected: wxDataViewColumn *m_column; wxPoint m_pos; +#if wxUSE_DRAG_AND_DROP wxDataObject *m_dataObject; wxDataFormat m_dataFormat; void* m_dataBuffer; size_t m_dataSize; +#endif // wxUSE_DRAG_AND_DROP private: DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxDataViewEvent)