Gui: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 18:41:21 +01:00
parent 3bdf1fecce
commit 96adb98f46
239 changed files with 1197 additions and 1197 deletions

View File

@@ -75,7 +75,7 @@ Py::Object ViewProviderLinkPy::getLinkView() const {
PyObject *ViewProviderLinkPy::getCustomAttributes(const char* /*attr*/) const
{
return 0;
return nullptr;
}
int ViewProviderLinkPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)