Surface: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:09:21 +01:00
parent 6578eac6b9
commit 3268179b7b
12 changed files with 24 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ PROPERTY_SOURCE(Surface::Extend, Part::Spline)
Extend::Extend() : lockOnChangeMutex(false)
{
ADD_PROPERTY(Face,(0));
ADD_PROPERTY(Face,(nullptr));
Face.setScope(App::LinkScope::Global);
ADD_PROPERTY(Tolerance, (0.1));
Tolerance.setConstraints(&ToleranceRange);