TD: modernize C++11
* use nullptr
This commit is contained in:
@@ -38,7 +38,7 @@ std::string DrawSVGTemplatePy::representation(void) const
|
||||
|
||||
PyObject *DrawSVGTemplatePy::getCustomAttributes(const char* ) const
|
||||
{
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
int DrawSVGTemplatePy::setCustomAttributes(const char* attr, PyObject* obj)
|
||||
|
||||
Reference in New Issue
Block a user