mirror of https://github.com/facebook/rocksdb.git
Update blob_fetcher.h
This commit is contained in:
parent
89277448d4
commit
3aeb567902
|
@ -41,7 +41,7 @@ class BlobFetcherWithReadOptionsCopy : public BlobFetcher {
|
||||||
BlobFetcherWithReadOptionsCopy(const Version* v, const ReadOptions& ro)
|
BlobFetcherWithReadOptionsCopy(const Version* v, const ReadOptions& ro)
|
||||||
: BlobFetcher(v, read_options_copy_), read_options_copy_(ro) {}
|
: BlobFetcher(v, read_options_copy_), read_options_copy_(ro) {}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const ReadOptions read_options_copy_;
|
const ReadOptions read_options_copy_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue