Surface: modernize C++: use default member init

This commit is contained in:
wmayer
2023-08-22 17:18:33 +02:00
committed by wwmayer
parent 88784694f6
commit 6bdff0f477
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ const App::PropertyFloatConstraint::Constraints ToleranceRange = {0.0, 10.0, 0.0
const App::PropertyFloatConstraint::Constraints ExtendRange = {-0.5, 10.0, 0.01};
PROPERTY_SOURCE(Surface::Extend, Part::Spline)
Extend::Extend() : lockOnChangeMutex(false)
Extend::Extend()
{
ADD_PROPERTY(Face,(nullptr));
Face.setScope(App::LinkScope::Global);