diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index ff45e53993..dea8e5773d 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -281,7 +281,7 @@ set( PCBNEW_DRC_SRCS drc/drc_test_provider_misc.cpp drc/drc_test_provider_text_dims.cpp drc/drc_test_provider_track_angle.cpp - drc/drc_test_provider_pad_fanout_width.cpp + drc/drc_test_provider_pad_fanout_ratio.cpp drc/drc_test_provider_track_width.cpp drc/drc_test_provider_track_segment_length.cpp drc/drc_test_provider_zone_connections.cpp diff --git a/pcbnew/drc/drc_test_provider_pad_fanout_width.cpp b/pcbnew/drc/drc_test_provider_pad_fanout_ratio.cpp similarity index 100% rename from pcbnew/drc/drc_test_provider_pad_fanout_width.cpp rename to pcbnew/drc/drc_test_provider_pad_fanout_ratio.cpp