More compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
};
|
||||
|
||||
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include "wx/object.h"
|
||||
#include "wx/dataview.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/image.h"
|
||||
|
Reference in New Issue
Block a user