From 93e58085521978182c89bc70b4f7609ba318919d Mon Sep 17 00:00:00 2001 From: guochao Date: Thu, 21 Nov 2024 09:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=90=E6=9E=84=E5=87=BD=E6=95=B0=E5=89=8D?= =?UTF-8?q?=E5=8A=A0virtual=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=86=85=E5=AD=98?= =?UTF-8?q?=E6=B3=84=E9=9C=B2=20Signed-off-by:=20guochao=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/inner_api/rdb/include/shared_result_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/inner_api/rdb/include/shared_result_set.h b/interfaces/inner_api/rdb/include/shared_result_set.h index 14f6a4da7..e4a5b3745 100644 --- a/interfaces/inner_api/rdb/include/shared_result_set.h +++ b/interfaces/inner_api/rdb/include/shared_result_set.h @@ -38,7 +38,7 @@ public: /** * @brief Destructor. */ - ~SharedResultSet() {} + virtual ~SharedResultSet() {} /** * @brief Obtains a block from the {@link SharedResultSet}.