Skip to content

Commit 8339acd

Browse files
committed
better comment
1 parent 99b158a commit 8339acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binding_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def generate_builtin_class_header(builtin_api, size, used_classes, fully_used_cl
699699
result.append("#include <godot_cpp/core/defs.hpp>")
700700
result.append("")
701701

702-
# Fixes "use of undeclared identifier 'set_typed': in typed_dictionary.hpp when dictionary.hpp is also included
702+
# Fixes the "use of undeclared identifier 'set_typed'" compile error when typed_dictionary.hpp & dictionary.hpp are both included
703703
if class_name == "Dictionary":
704704
result.append("#include <godot_cpp/core/version.hpp>")
705705
result.append("")

0 commit comments

Comments
 (0)