fix unused parameters warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -122,7 +122,11 @@ public:
|
||||
virtual bool SetValue( const wxVariant &variant, unsigned int col, unsigned int row ) = 0;
|
||||
|
||||
// override to set cell attributes
|
||||
virtual void GetAttr( wxListItemAttr &attr, unsigned int col, unsigned int row ) { }
|
||||
virtual void GetAttr( wxListItemAttr& WXUNUSED(attr),
|
||||
unsigned int WXUNUSED(col),
|
||||
unsigned int WXUNUSED(row) )
|
||||
{
|
||||
}
|
||||
|
||||
// delegated notifiers
|
||||
virtual bool RowAppended();
|
||||
|
Reference in New Issue
Block a user