From da6d180d612a0e24265c9e00a3f08dbb843ad110 Mon Sep 17 00:00:00 2001 From: Jeam_wang Date: Thu, 13 Mar 2025 11:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=99=9A=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jeam_wang --- .../framework/include/serializable/serializable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/distributeddataservice/framework/include/serializable/serializable.h b/services/distributeddataservice/framework/include/serializable/serializable.h index a0b6ad5a7..a8833050d 100644 --- a/services/distributeddataservice/framework/include/serializable/serializable.h +++ b/services/distributeddataservice/framework/include/serializable/serializable.h @@ -86,7 +86,7 @@ public: template API_EXPORT static bool GetValue(const json &node, const std::string &name, std::variant<_Types...> &value); protected: - API_EXPORT ~Serializable() = default; + API_EXPORT virtual ~Serializable() = default; template static bool GetValue(const json &node, const std::string &name, std::vector &values); -- Gitee