From 99420d4d1265b1dec291b3d14433cc13324375e3 Mon Sep 17 00:00:00 2001 From: ldy Date: Tue, 12 Aug 2025 06:13:46 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=BC=BA=E5=88=86=E5=8C=BA=E8=A1=A8?= =?UTF-8?q?=E5=8F=AF=E6=B5=8B=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ldy --- services/ptable_parse/ptable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ptable_parse/ptable.h b/services/ptable_parse/ptable.h index ab4d284f..654e10d8 100644 --- a/services/ptable_parse/ptable.h +++ b/services/ptable_parse/ptable.h @@ -75,7 +75,7 @@ public: uint32_t GetPtablePartitionNum() const; void SetReservedSize(uint64_t reservedSize); bool InitPtable(); - uint32_t GetDefaultImageSize() const; + virtual uint32_t GetDefaultImageSize() const; void PrintPtableInfo() const; void PrintPtableInfo(const std::vector &ptnInfo) const; bool GetPartionInfoByName(const std::string &partitionName, PtnInfo &ptnInfo, int32_t &index); -- Gitee