aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-09-04 10:53:46 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-09-04 11:02:34 +0300
commita93f87fcc607239fc644d34df4bd33a060e8f8e4 (patch)
tree9fd1a1b7bf41d7cc86a2a1c7d65b157f0e6e7ce6
parent8fa28069a0e0a851dfc38515dad79a7fd086d92b (diff)
downloadydb-a93f87fcc607239fc644d34df4bd33a060e8f8e4.tar.gz
Intermediate changes
-rw-r--r--yt/yt/client/cache/cache.h2
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;
};