Merge branch 'master' of github.com:YosysHQ/nextpnr into reroute
This commit is contained in:
commit
11368e1628
@ -102,7 +102,7 @@ class Item
|
||||
virtual bool canFetchMore() const { return false; }
|
||||
virtual void fetchMore() {}
|
||||
|
||||
~Item()
|
||||
virtual ~Item()
|
||||
{
|
||||
if (parent_ != nullptr) {
|
||||
parent_->deleteChild(this);
|
||||
|
Loading…
Reference in New Issue
Block a user