From: Robert Roebling Date: Tue, 21 Feb 2006 19:55:58 +0000 (+0000) Subject: More compilation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/260b9be703471b1de8b53e50c8af360886bb1ee3 More compilation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dataview.h b/include/wx/dataview.h index 54f4feb62c..2cfc416dd1 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -42,7 +42,7 @@ public: virtual ~wxDataViewModel() { } protected: - DECLARE_NO_COPY_CLASS(wxDataViewModel) + DECLARE_DYNAMIC_CLASS_NO_COPY(wxDataViewModel) }; // --------------------------------------------------------- @@ -96,7 +96,7 @@ private: wxDataViewListModelNotifier *m_notifier; protected: - DECLARE_NO_COPY_CLASS(wxDataViewListModel) + DECLARE_DYNAMIC_CLASS_NO_COPY(wxDataViewListModel) }; // --------------------------------------------------------- @@ -118,7 +118,7 @@ private: wxDataViewModel *m_model; protected: - DECLARE_NO_COPY_CLASS(wxDataViewCtrlBase) + DECLARE_DYNAMIC_CLASS_NO_COPY(wxDataViewCtrlBase) }; diff --git a/src/common/datavcmn.cpp b/src/common/datavcmn.cpp index 2d01d75aa5..b48d1a9573 100644 --- a/src/common/datavcmn.cpp +++ b/src/common/datavcmn.cpp @@ -15,6 +15,7 @@ #pragma hdrstop #endif +#include "wx/object.h" #include "wx/dataview.h" #include "wx/log.h" #include "wx/image.h"