Browse Source

Intermediate changes

robot-piglet 6 months ago
parent
commit
a93f87fcc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yt/yt/client/cache/cache.h

+ 1 - 1
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;
 };