浏览代码

Update log_reader.h

main
Raynol Menezes 3 年前
committed by GitHub
父节点
当前提交
f6d094e994
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      db/log_reader.h

+ 1
- 1
db/log_reader.h 查看文件

@ -24,7 +24,7 @@ class Reader {
public:
virtual ~Reporter();
// Some corruption was detected. "size" is the approximate number
// Some corruption was detected. "bytes" is the approximate number
// of bytes dropped due to the corruption.
virtual void Corruption(size_t bytes, const Status& status) = 0;
};

正在加载...
取消
保存