App: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 17:29:23 +01:00
parent 4183c45a01
commit 1a20b7f119
67 changed files with 647 additions and 643 deletions

View File

@@ -396,7 +396,7 @@ PyObject* MetadataPy::supportsCurrentFreeCAD(PyObject* p)
PyObject* MetadataPy::getCustomAttributes(const char* /*attr*/) const
{
return 0;
return nullptr;
}
int MetadataPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)