mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 18:53:45 +00:00
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 )
|
||||
{
|
||||
default:
|
||||
case ZONE_CONNECTION::INHERITED: return _( "inherited" );
|
||||
case ZONE_CONNECTION::NONE: return _( "none" );
|
||||
case ZONE_CONNECTION::THERMAL: return _( "thermal reliefs" );
|
||||
|
Loading…
Reference in New Issue
Block a user