[Upd] replace() instead of replaceWith() in GraphView
Compare changes
Files
9+ 21
− 14
@@ -322,26 +322,33 @@ public:
@@ -379,6 +386,12 @@ public:
@@ -390,12 +403,6 @@ private:
replaceWith()
The replaceWith()
member function works as follow:
g
)newNodes
)g.replaceWith(newNodes)
Change replaceWith()
by replace()
GraphView::replace(std::set<std::shared_ptr<Node>> oldNodes, std::set<std::shared_ptr<Node>> newNodes);
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent