Просмотр исходного кода

fix: fixed build on latest toolchain

alex.kopachov 1 год назад
Родитель
Сommit
29e353cb19
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app_api_table.cpp

+ 2 - 2
app_api_table.cpp

@@ -11,8 +11,8 @@ constexpr HashtableApiInterface applicaton_hashtable_api_interface{
         .api_version_minor = 0,
         .api_version_minor = 0,
         .resolver_callback = &elf_resolve_from_hashtable,
         .resolver_callback = &elf_resolve_from_hashtable,
     },
     },
-    .table_cbegin = app_api_table.cbegin(),
-    .table_cend = app_api_table.cend(),
+    app_api_table.cbegin(),
+    app_api_table.cend(),
 };
 };
 
 
 extern "C" const ElfApiInterface* const application_api_interface =
 extern "C" const ElfApiInterface* const application_api_interface =