From e608e47dc583ce45a3feda4484f47038dc3d63df Mon Sep 17 00:00:00 2001 From: yangjun Date: Thu, 20 Mar 2025 20:18:16 +0800 Subject: [PATCH] =?UTF-8?q?[bugfix]=E5=9F=BA=E7=B1=BB=E6=9E=90=E6=9E=84?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E9=9D=9E=E8=99=9A=EF=BC=8C=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E5=86=85=E5=AD=98=E6=B3=84=E6=BC=8F=E7=9A=84=E9=A3=8E=E9=99=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangjun Change-Id: I6ae85be8f1250f34868c59a0f525b13e50fa8fa8 --- services/ans/include/base_publish_process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ans/include/base_publish_process.h b/services/ans/include/base_publish_process.h index 618ec1fed..0c52b376e 100644 --- a/services/ans/include/base_publish_process.h +++ b/services/ans/include/base_publish_process.h @@ -23,7 +23,7 @@ namespace Notification { class BasePublishProcess { public: BasePublishProcess() = default; - ~BasePublishProcess() = default; + virtual ~BasePublishProcess() = default; virtual ErrCode PublishPreWork(const sptr &request, bool isUpdateByOwnerAllowed); virtual ErrCode PublishNotificationByApp(const sptr &request) = 0; ErrCode CommonPublishCheck(const sptr &request); -- Gitee