]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fixes.
authorRobert Roebling <robert@roebling.de>
Mon, 20 Mar 2006 16:41:41 +0000 (16:41 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 20 Mar 2006 16:41:41 +0000 (16:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/dataview.h

index 51390f679b625a1c3eea131436f1a7ccf5d19c41..c7802da9e7197051a52c8b31e06d60f01937df99 100644 (file)
@@ -14,6 +14,7 @@
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
+#include "wx/scrolwin.h"
 
 // --------------------------------------------------------- 
 // classes
@@ -76,7 +77,7 @@ class wxDataViewCustomCell: public wxDataViewCell
 {
 public:
     wxDataViewCustomCell( const wxString &varianttype = wxT("string"), 
-                          wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT )
+                          wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT );
     ~wxDataViewCustomCell();
     bool Init();