PD: modernize C++11
* use nullptr
This commit is contained in:
@@ -44,7 +44,7 @@ namespace PartDesign {
|
||||
|
||||
PROPERTY_SOURCE_WITH_EXTENSIONS(PartDesign::Boolean, PartDesign::Feature)
|
||||
|
||||
const char* Boolean::TypeEnums[]= {"Fuse","Cut","Common",NULL};
|
||||
const char* Boolean::TypeEnums[]= {"Fuse","Cut","Common",nullptr};
|
||||
|
||||
Boolean::Boolean()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user