From ff4209a7590486f478359ac6956c6f9deec0859d Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 30 Aug 2021 13:30:06 +0200 Subject: [PATCH] Removed redundant namespace Co-authored-by: Chris Hennes --- src/Mod/PartDesign/App/FeatureHelix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/App/FeatureHelix.h b/src/Mod/PartDesign/App/FeatureHelix.h index 23cf82b47e..7e9823a0ef 100644 --- a/src/Mod/PartDesign/App/FeatureHelix.h +++ b/src/Mod/PartDesign/App/FeatureHelix.h @@ -90,7 +90,7 @@ protected: // handle changed property virtual void handleChangedPropertyType(Base::XMLReader& reader, const char* TypeName, App::Property* prop); - static const App::PropertyFloatConstraint::Constraints Helix::floatTurns; + static const App::PropertyFloatConstraint::Constraints floatTurns; static const App::PropertyAngle::Constraints floatAngle; private: