| Index: mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl
|
| index f718276c2a9f370886c9b243d0c8618415f184d3..964b25438e27b10cbaa00b89c5c2a3d03751d202 100644
|
| --- a/mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl
|
| @@ -76,7 +76,7 @@ using {{enum|get_name_for_kind(flatten_nested_kind=True)}}_Data =
|
| {%- for interface in interfaces %}
|
| {%- for method in interface.methods %}
|
| {%- set method_name = "k%s_%s_Name"|format(interface.name, method.name) %}
|
| -const uint32_t {{method_name}} = {{method.ordinal}};
|
| +constexpr uint32_t {{method_name}} = {{method.ordinal}};
|
| {%- set struct = method.param_struct %}
|
| {% include "struct_declaration.tmpl" %}
|
| {%- if method.response_parameters != None %}
|
|
|