From c509fc486d0bceed31ddae377a1f61dd1927516f Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 1 Dec 2020 18:23:00 +0100 Subject: [PATCH] PartDesign: [skip ci] fix -Wmissing-field-initializers --- src/Mod/PartDesign/App/FeatureHole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/App/FeatureHole.cpp b/src/Mod/PartDesign/App/FeatureHole.cpp index b5c69e429a..383a15021f 100644 --- a/src/Mod/PartDesign/App/FeatureHole.cpp +++ b/src/Mod/PartDesign/App/FeatureHole.cpp @@ -90,7 +90,7 @@ const Hole::ThreadDescription Hole::threadDescription[][171] = { /* None */ { - { "---", 6.0, 0.0 }, + { "---", 6.0, 0.0, 0.0 }, }, /* ISO metric regular */