fix: Background service thread names

This commit is contained in:
WerWolv
2024-07-27 14:15:51 +02:00
parent d8e1284946
commit 9a973be7ba
3 changed files with 7 additions and 7 deletions

View File

@@ -1273,7 +1273,7 @@ namespace hex {
void stopServices();
}
void registerService(const UnlocalizedString &unlocalizedName, const impl::Callback &callback);
void registerService(Lang name, const impl::Callback &callback);
}
/* Network Communication Interface Registry. Allows adding new communication interface endpoints */