ソースを参照

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;
};

読み込み中…
キャンセル
保存