Skip to content

Commit aa14a77

Browse files
fix: fix mismatch of to Enum function name
1 parent 4695c72 commit aa14a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/module/generated/api/datastructs.api.h.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ enum class {{$class}}Enum {
5656
{{- end }}
5757
{{- end }}
5858
};
59-
{{ $systemUpper }}_{{ $moduleUpper }}_EXPORT {{$class}}Enum to{{ upper1 $class }}Enum(std::uint8_t v, bool *ok);
59+
{{ $systemUpper }}_{{ $moduleUpper }}_EXPORT {{$class}}Enum to{{ Camel $class }}Enum(std::uint8_t v, bool *ok);
6060

6161
{{- end }}
6262

0 commit comments

Comments
 (0)