diff options
author | hitsedesen <[email protected]> | 2025-04-16 12:04:50 +0300 |
---|---|---|
committer | hitsedesen <[email protected]> | 2025-04-16 12:20:27 +0300 |
commit | f75824f460df8d8c9a9fccf972654ffeb9cb844f (patch) | |
tree | ca5bffa3dd68064d53c5d40687beb68c7489c122 | |
parent | 42dbabc6de78865608c6a7b65d5714dc0eff331d (diff) |
YTORM: Path attributes
commit_hash:253e7cfc3843035da33b928bacad15eb0645eb02
-rw-r--r-- | yt/yt/core/ytree/public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/core/ytree/public.h b/yt/yt/core/ytree/public.h index 368840528c1..deac48ae912 100644 --- a/yt/yt/core/ytree/public.h +++ b/yt/yt/core/ytree/public.h @@ -43,6 +43,7 @@ struct INodeFactory; struct ITransactionalNodeFactory; DECLARE_REFCOUNTED_STRUCT(IAttributeDictionary) +using IConstAttributeDictionaryPtr = TIntrusivePtr<const IAttributeDictionary>; struct IAttributeOwner; |