]> git.saurik.com Git - wxWidgets.git/commitdiff
More compilation.
authorRobert Roebling <robert@roebling.de>
Tue, 21 Feb 2006 19:55:58 +0000 (19:55 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 21 Feb 2006 19:55:58 +0000 (19:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dataview.h
src/common/datavcmn.cpp

index 54f4feb62cfd930957052810a5310802b8abdf47..2cfc416dd1ec9c28992a64d1ea78d43fc6608cc0 100644 (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)
 };
 
 
index 2d01d75aa5f1689ba93efd9e43479ab24b302ae5..b48d1a9573ad750fd94f2fc6befcf5388639886c 100644 (file)
@@ -15,6 +15,7 @@
     #pragma hdrstop
 #endif
 
+#include "wx/object.h"
 #include "wx/dataview.h"
 #include "wx/log.h"
 #include "wx/image.h"