Remove evil const that breaks non-Windows compilers

This commit is contained in:
John Beard 2024-05-21 21:49:49 +08:00
parent e332320108
commit c36efec4b2
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ void PCB_DIMENSION_BASE::SetUnitsMode( DIM_UNITS_MODE aMode )
}
void PCB_DIMENSION_BASE::SetTextAngleDegreesProp( const double aDegrees )
void PCB_DIMENSION_BASE::SetTextAngleDegreesProp( double aDegrees )
{
SetTextAngleDegrees( aDegrees );
// Create or repair any knockouts