git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57137
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// NOTE: the wxDataViewColumn's ctor must store the width, align, flags
// parameters inside the native control!
// NOTE: the wxDataViewColumn's ctor must store the width, align, flags
// parameters inside the native control!
+#ifndef wxHAS_GENERIC_DATAVIEWCTRL
+ wxUnusedVar(title);
+ wxUnusedVar(width);
+ wxUnusedVar(align);
+ wxUnusedVar(flags);
+#endif // !wxHAS_GENERIC_DATAVIEWCTRL
}
wxDataViewColumnBase::wxDataViewColumnBase(const wxBitmap& bitmap,
}
wxDataViewColumnBase::wxDataViewColumnBase(const wxBitmap& bitmap,
m_model_column = model_column;
m_owner = NULL;
m_renderer->SetOwner( (wxDataViewColumn*) this );
m_model_column = model_column;
m_owner = NULL;
m_renderer->SetOwner( (wxDataViewColumn*) this );
+
+#ifndef wxHAS_GENERIC_DATAVIEWCTRL
+ wxUnusedVar(width);
+ wxUnusedVar(align);
+ wxUnusedVar(flags);
+#endif // !wxHAS_GENERIC_DATAVIEWCTRL
}
wxDataViewColumnBase::~wxDataViewColumnBase()
}
wxDataViewColumnBase::~wxDataViewColumnBase()