SenseApiDesc: use CPP concat to reduce typos

This commit is contained in:
2025-01-18 08:40:41 -04:00
parent 76141e3a92
commit 1450d745ab
5 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ SenseApiLib& SenseApiManager::loadSenseApiLib(const std::string& libraryPath)
}
// Initialize getSenseApiDescriptor
auto func = reinterpret_cast<getSenseApiDescFn *>(
auto func = reinterpret_cast<HK_GET_SENSE_API_DESC_FN_TYPEDEF *>(
dlsym(dlopen_handle.get(), HK_GET_SENSE_API_DESC_FN_NAME_STR));
if (!func)
{