Part: modernize C++11
* use nullptr
This commit is contained in:
@@ -60,7 +60,7 @@ PROPERTY_SOURCE(Part::MultiFuse, Part::Feature)
|
||||
|
||||
MultiFuse::MultiFuse(void)
|
||||
{
|
||||
ADD_PROPERTY(Shapes,(0));
|
||||
ADD_PROPERTY(Shapes,(nullptr));
|
||||
Shapes.setSize(0);
|
||||
ADD_PROPERTY_TYPE(History,(ShapeHistory()), "Boolean", (App::PropertyType)
|
||||
(App::Prop_Output|App::Prop_Transient|App::Prop_Hidden), "Shape history");
|
||||
|
||||
Reference in New Issue
Block a user