fixed unused param warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d6959d6f9e
commit
53a26bf774
@ -877,7 +877,8 @@ public :
|
||||
wxGenericPropertyAccessor( const wxString &propName ) ;
|
||||
~wxGenericPropertyAccessor() ;
|
||||
|
||||
void RenameProperty( const wxString &oldName , const wxString &newName )
|
||||
void RenameProperty( const wxString& WXUNUSED_UNLESS_DEBUG(oldName),
|
||||
const wxString& newName )
|
||||
{
|
||||
wxASSERT( oldName == m_propertyName ) ; m_propertyName = newName ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user