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