TD: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:26:14 +01:00
parent 3608ee7f51
commit a99be14233
146 changed files with 320 additions and 320 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ PyObject* DrawViewSymbolPy::dumpSymbol(PyObject *args)
PyObject *DrawViewSymbolPy::getCustomAttributes(const char* /*attr*/) const
{
return 0;
return nullptr;
}
int DrawViewSymbolPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)