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:
Simon Richter 2016-01-13 14:09:24 -05:00 committed by Chris Pavlina
parent a7b102c366
commit 9e8acdc71a
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{