Update blob_fetcher.h

This commit is contained in:
rockeet 2023-10-10 00:26:23 +08:00 committed by GitHub
parent 89277448d4
commit 3aeb567902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class BlobFetcherWithReadOptionsCopy : public BlobFetcher {
BlobFetcherWithReadOptionsCopy(const Version* v, const ReadOptions& ro)
: BlobFetcher(v, read_options_copy_), read_options_copy_(ro) {}
private:
private:
const ReadOptions read_options_copy_;
};