Commit 59cee299 authored by zhujiashun's avatar zhujiashun

Make ~RpcDumpMeta vitrual

parent 781e7940
......@@ -51,6 +51,7 @@ DECLARE_bool(rpc_dump);
// we use combination instead of inheritance.
class RpcDumpMeta {
public:
virtual ~RpcDumpMeta() {}
RpcDumpMetaProto meta;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment