]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fixes.
authorRobert Roebling <robert@roebling.de>
Tue, 21 Feb 2006 18:12:44 +0000 (18:12 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 21 Feb 2006 18:12:44 +0000 (18:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dataview.h
include/wx/gtk/dataview.h

index c964799de7d6b31c181276ba8783b701a2107751..54f4feb62cfd930957052810a5310802b8abdf47 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/control.h"
 #include "wx/textctrl.h"
 #include "wx/bitmap.h"
+#include "wx/variant.h"
 
 // ----------------------------------------------------------------------------
 // wxDataViewCtrl flags 
@@ -61,7 +62,7 @@ public:
     virtual bool RowChanged( size_t row ) = 0;
     virtual bool ValueChanged( size_t row, size_t col ) = 0;
     virtual bool Cleared() = 0;
-}
+};
 
 // --------------------------------------------------------- 
 // wxDataViewListModel
index a9dc8f2d2afd40646cbaba7e0e7357eb3f1b2330..c7660680b5db11f062fbe2bb021daf6e614a812d 100644 (file)
@@ -52,7 +52,7 @@ public:
 
     virtual bool AppendStringColumn( const wxString &label );
 
-    virtual bool AssociateModel( wxDataViewStore *model );
+    virtual bool AssociateModel( wxDataViewModel *model );
     
     
 private: