Index: third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_class_declaration.tmpl |
diff --git a/third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_class_declaration.tmpl b/third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_class_declaration.tmpl |
index ebcba7bb64249e796ba411a3208aae42956ed146..6242be4cc4ff618cd85119b445bcf8ac47ff26c7 100644 |
--- a/third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_class_declaration.tmpl |
+++ b/third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_class_declaration.tmpl |
@@ -32,7 +32,7 @@ class {{struct.name}} { |
{%- endif %} |
bool Equals(const {{struct.name}}& other) const; |
-{#--- Getters #} |
+{#--- Struct members #} |
{% for field in struct.fields %} |
{%- set type = field.kind|cpp_wrapper_type %} |
{%- set name = field.name %} |