Removed redundant namespace

Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
Yorik van Havre
2021-08-30 13:30:06 +02:00
committed by GitHub
parent 8b9afbd921
commit 2f70ddc3dd

View File

@@ -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: