Move container functionality
The "set of pin numbers" functionality is also useful outside the pin table dialog, so create a wrapper class that exposes the relevant interfaces.
This commit is contained in:
parent
a7b102c366
commit
9e8acdc71a
|
@ -387,7 +387,7 @@ void DIALOG_LIB_EDIT_PIN_TABLE::DataViewModel::Group::GetValue( wxVariant& aValu
|
|||
}
|
||||
else
|
||||
{
|
||||
std::set<wxString, PinNumbers::less> values;
|
||||
PinNumbers values;
|
||||
|
||||
for( std::list<Pin*>::const_iterator i = m_Members.begin(); i != m_Members.end(); ++i )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue