From 9c7413f2babfbb982a0b0912ca24044fe7f8a1c0 Mon Sep 17 00:00:00 2001 From: dengyutao Date: Thu, 3 Aug 2023 06:26:38 +0000 Subject: [PATCH] =?UTF-8?q?update=20interfaces/innerkits/ipc=5Fcore/includ?= =?UTF-8?q?e/iremote=5Fobject.h.=20=E8=99=9A=E7=BB=A7=E6=89=BF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dengyutao --- interfaces/innerkits/ipc_core/include/iremote_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/ipc_core/include/iremote_object.h b/interfaces/innerkits/ipc_core/include/iremote_object.h index 5d1eb53..13c073a 100644 --- a/interfaces/innerkits/ipc_core/include/iremote_object.h +++ b/interfaces/innerkits/ipc_core/include/iremote_object.h @@ -45,7 +45,7 @@ public: enum { DATABUS_TYPE, }; - class DeathRecipient : public RefBase { + class DeathRecipient : public virtual RefBase { public: /** * @brief Methods that enumerate death notifications. -- GitLab