Compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
#include "wx/object.h"
|
#include "wx/object.h"
|
||||||
#include "wx/list.h"
|
#include "wx/list.h"
|
||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
|
#include "wx/scrolwin.h"
|
||||||
|
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
// classes
|
// classes
|
||||||
@@ -76,7 +77,7 @@ class wxDataViewCustomCell: public wxDataViewCell
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxDataViewCustomCell( const wxString &varianttype = wxT("string"),
|
wxDataViewCustomCell( const wxString &varianttype = wxT("string"),
|
||||||
wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT )
|
wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT );
|
||||||
~wxDataViewCustomCell();
|
~wxDataViewCustomCell();
|
||||||
bool Init();
|
bool Init();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user