Try to make gcc happy.
This commit is contained in:
parent
150dedbb83
commit
b95b21dbd1
|
@ -55,6 +55,7 @@ inline wxString PrintZoneConnection( ZONE_CONNECTION aConnection )
|
||||||
{
|
{
|
||||||
switch( aConnection )
|
switch( aConnection )
|
||||||
{
|
{
|
||||||
|
default:
|
||||||
case ZONE_CONNECTION::INHERITED: return _( "inherited" );
|
case ZONE_CONNECTION::INHERITED: return _( "inherited" );
|
||||||
case ZONE_CONNECTION::NONE: return _( "none" );
|
case ZONE_CONNECTION::NONE: return _( "none" );
|
||||||
case ZONE_CONNECTION::THERMAL: return _( "thermal reliefs" );
|
case ZONE_CONNECTION::THERMAL: return _( "thermal reliefs" );
|
||||||
|
|
Loading…
Reference in New Issue