diff --git a/binding_generator.py b/binding_generator.py index 02e78db2..054684e8 100644 --- a/binding_generator.py +++ b/binding_generator.py @@ -965,7 +965,7 @@ def generate_engine_class_header(class_api, used_classes, fully_used_classes, us result.append("\ttemplate") result.append("\tstatic T *cast_to(Object *p_object);") - result.append("\tvirtual ~Object() {};") + result.append("\tvirtual ~Object() = default;") elif use_template_get_node and class_name == "Node": result.append("\ttemplate") result.append(