Compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-02-21 18:12:44 +00:00
parent bc3448951d
commit 64ffb88849
2 changed files with 3 additions and 2 deletions

View 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

View File

@@ -52,7 +52,7 @@ public:
virtual bool AppendStringColumn( const wxString &label );
virtual bool AssociateModel( wxDataViewStore *model );
virtual bool AssociateModel( wxDataViewModel *model );
private: