Part: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:06:48 +01:00
parent a057e5486d
commit 6d2d45ceb7
155 changed files with 1504 additions and 1504 deletions

View File

@@ -150,7 +150,7 @@ Py::Object ArcOfCirclePy::getCircle(void) const
PyObject *ArcOfCirclePy::getCustomAttributes(const char* ) const
{
return 0;
return nullptr;
}
int ArcOfCirclePy::setCustomAttributes(const char* , PyObject *)