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