Replace more occurrences of NULL with nullptr
This commit is contained in:
@@ -2187,7 +2187,7 @@ Error BindingsGenerator::_generate_glue_method(const BindingsGenerator::TypeInte
|
||||
}
|
||||
|
||||
p_output.append(CS_PARAM_METHODBIND "->call(" CS_PARAM_INSTANCE ", ");
|
||||
p_output.append(p_imethod.arguments.size() ? C_LOCAL_PTRCALL_ARGS ".ptr()" : "NULL");
|
||||
p_output.append(p_imethod.arguments.size() ? C_LOCAL_PTRCALL_ARGS ".ptr()" : "nullptr");
|
||||
p_output.append(", total_length, vcall_error);\n");
|
||||
|
||||
if (!ret_void) {
|
||||
|
||||
Reference in New Issue
Block a user