Skip to content

Commit 367bec3

Browse files
committed
fix for new c/cpp versions
1 parent 256b734 commit 367bec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base_pack/totp/app_api_table.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ constexpr HashtableApiInterface applicaton_hashtable_api_interface{
1111
.api_version_minor = 0,
1212
.resolver_callback = &elf_resolve_from_hashtable,
1313
},
14-
.table_cbegin = app_api_table.cbegin(),
15-
.table_cend = app_api_table.cend(),
14+
app_api_table.cbegin(),
15+
app_api_table.cend(),
1616
};
1717

1818
extern "C" const ElfApiInterface* const application_api_interface =

0 commit comments

Comments
 (0)