diff options
Diffstat (limited to 'library/cpp/on_disk/chunks/chunked_helpers.h')
-rw-r--r-- | library/cpp/on_disk/chunks/chunked_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/on_disk/chunks/chunked_helpers.h b/library/cpp/on_disk/chunks/chunked_helpers.h index 36eb2920fe..5fa96afdca 100644 --- a/library/cpp/on_disk/chunks/chunked_helpers.h +++ b/library/cpp/on_disk/chunks/chunked_helpers.h @@ -520,7 +520,7 @@ public: blob = TBlob::NoCopy(GetBlock(it->second), GetBlockLen(it->second)); return true; } - + private: TVector<TString> Names; THashMap<TString, size_t> NameToIndex; |