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