fixed unused param warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5f2c545c7f
commit
27fd2cb679
@ -515,8 +515,12 @@ wxDataViewCellBase::wxDataViewCellBase( const wxString &varianttype, wxDataViewC
|
||||
|
||||
IMPLEMENT_ABSTRACT_CLASS(wxDataViewColumnBase, wxObject)
|
||||
|
||||
wxDataViewColumnBase::wxDataViewColumnBase( const wxString &title, wxDataViewCell *cell, size_t model_column,
|
||||
int fixed_width, wxDataViewColumnSizing sizing, int flags )
|
||||
wxDataViewColumnBase::wxDataViewColumnBase(const wxString& title,
|
||||
wxDataViewCell *cell,
|
||||
size_t model_column,
|
||||
int WXUNUSED(fixed_width),
|
||||
wxDataViewColumnSizing WXUNUSED(sizing),
|
||||
int flags )
|
||||
{
|
||||
m_cell = cell;
|
||||
m_model_column = model_column;
|
||||
|
Loading…
Reference in New Issue
Block a user