Skip to content

Commit 4a1a086

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace {{ Camel .Module.Name }} {
1212
// ********************************************************************
1313
// Enumeration {{$class}}
1414
// ********************************************************************
15-
{{$class}}Enum to{{Camel $class}}Enum(std::uint8_t v, bool *ok)
15+
{{$class}}Enum to{{upper1 $class}}Enum(std::uint8_t v, bool *ok)
1616
{
1717
if (ok != nullptr) {
1818
*ok = true;

0 commit comments

Comments
 (0)