diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-04 10:53:46 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-04 11:02:34 +0300 |
commit | a93f87fcc607239fc644d34df4bd33a060e8f8e4 (patch) | |
tree | 9fd1a1b7bf41d7cc86a2a1c7d65b157f0e6e7ce6 | |
parent | 8fa28069a0e0a851dfc38515dad79a7fd086d92b (diff) | |
download | ydb-a93f87fcc607239fc644d34df4bd33a060e8f8e4.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/client/cache/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/cache/cache.h b/yt/yt/client/cache/cache.h index aa7a9d5118..98caf4e50b 100644 --- a/yt/yt/client/cache/cache.h +++ b/yt/yt/client/cache/cache.h @@ -14,7 +14,7 @@ namespace NYT::NClient::NCache { //! Cache of clients per cluster. struct IClientsCache - : public TRefCounted + : public virtual TRefCounted { virtual NApi::IClientPtr GetClient(TStringBuf clusterUrl) = 0; }; |