unlink the links

This commit is contained in:
Сергей Маринкевич
2025-07-23 17:44:25 +07:00
parent d17c80a195
commit 55ef99c848
10 changed files with 58 additions and 44 deletions
+2
View File
@@ -2,6 +2,8 @@
#include "ifaces/ILinkMixin.h"
#include <string>
class INode;
using NodePtr = std::shared_ptr<INode>;
class INode : public virtual ILinkMixin {