From 994be1620b12cb2141ac70f3672daf54815250f1 Mon Sep 17 00:00:00 2001 From: huangxiaolinabc123 Date: Tue, 25 Jul 2023 20:52:26 +0800 Subject: [PATCH] fixed 98776fc from https://gitee.com/huangxiaolinabc123/systemabilitymgr_samgr/pulls/554 modify code Signed-off-by: huangxiaolinabc123 Change-Id: Ibb6a479eb6602e6e8fce5f0bb7fea8f6d04d7ce0 --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 7119771e..dd7c4f36 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -302,7 +302,7 @@ enum { LAST_SYS_ABILITY_ID = 0x00ffffff, // 16777215 }; -static const std::map saNameMap_ = { +inline const std::map saNameMap_ = { { 200, "AccountMgr" }, { 301, "AIEngine" }, { ABILITY_MGR_SERVICE_ID, "AbilityManagerService" }, -- Gitee