git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31584
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxGenericPropertyAccessor( const wxString &propName ) ;
~wxGenericPropertyAccessor() ;
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 ;
}
{
wxASSERT( oldName == m_propertyName ) ; m_propertyName = newName ;
}