tmp
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
class OneToManyLink : public BaseLink {
|
||||
public:
|
||||
using BaseLink::BaseLink;
|
||||
void addChild(const LinkPtr& child) override { children_.push_back(child); }
|
||||
using BaseLink::BaseLink;
|
||||
void addChild(const NodePtr& child) override { children_.push_back(child); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user