This commit is contained in:
Сергей Маринкевич
2025-07-23 13:17:26 +07:00
parent 0912566c5f
commit f994303cb5
5 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ public:
virtual void linkChild(const NodePtr& child) = 0;
virtual void unlinkParent() = 0;
virtual LinkPtr getLink() = 0;
virtual NodePtr getSelf() = 0;
virtual NodePtr getNode() = 0;
};