More compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-02-21 19:55:58 +00:00
parent 0f30d8e39e
commit 260b9be703
2 changed files with 4 additions and 3 deletions

View File

@@ -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)
};

View File

@@ -15,6 +15,7 @@
#pragma hdrstop
#endif
#include "wx/object.h"
#include "wx/dataview.h"
#include "wx/log.h"
#include "wx/image.h"