未验证 提交 b01d8f8f 编写于 作者: F FluorineDog 提交者: GitHub

fix virtual (#4304)

Signed-off-by: Nfluorinedog <fluorinedog@gmail.com>
上级 855f871a
......@@ -20,6 +20,7 @@ class DataObj {
public:
virtual int64_t
Size() = 0;
virtual ~DataObj() = default;
};
using DataObjPtr = std::shared_ptr<DataObj>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册