7
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:
Jeff Young 2021-12-23 23:57:34 +00:00
parent 150dedbb83
commit b95b21dbd1

View File

@ -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" );