[Upd] replace() instead of replaceWith() in GraphView
Compare changes
Files
9+ 25
− 11
@@ -322,17 +322,17 @@ public:
@@ -342,6 +342,20 @@ public:
@@ -379,6 +393,12 @@ public:
@@ -390,12 +410,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