diff options
| author | robot-piglet <[email protected]> | 2024-09-04 10:53:46 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-09-04 11:02:34 +0300 |
| commit | a93f87fcc607239fc644d34df4bd33a060e8f8e4 (patch) | |
| tree | 9fd1a1b7bf41d7cc86a2a1c7d65b157f0e6e7ce6 | |
| parent | 8fa28069a0e0a851dfc38515dad79a7fd086d92b (diff) | |
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 aa7a9d5118b..98caf4e50b9 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; }; |
