Coverity warning.

This commit is contained in:
Jeff Young 2020-11-01 11:39:14 +00:00
parent cf59468de2
commit 7676ba6f5d
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ class DRC_TEST_PROVIDER_COPPER_CLEARANCE : public DRC_TEST_PROVIDER_CLEARANCE_BA
{
public:
DRC_TEST_PROVIDER_COPPER_CLEARANCE () :
DRC_TEST_PROVIDER_CLEARANCE_BASE()
DRC_TEST_PROVIDER_CLEARANCE_BASE(),
m_drcEpsilon( 0 )
{
}