Eeschema: fix error in library pin table editor pin grouping broken in commit r5751.

* Coverity warns about falling through the switch statement which is acutally the correct behavior.
This commit is contained in:
Simon Richter 2015-06-27 17:34:43 -04:00 committed by Wayne Stambaugh
parent c288d200fb
commit 2df8495e4f
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ void DIALOG_LIB_EDIT_PIN_TABLE::DataViewModel::Group::Add( Pin* aPin )
case 1:
m_Members.front()->SetGroup( this );
break;
// fall through
default:
aPin->SetGroup( this );