mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-03 23:33:07 +00:00
Merge branch 'master' of github.com:YosysHQ/nextpnr into reroute
This commit is contained in:
@@ -102,7 +102,7 @@ class Item
|
||||
virtual bool canFetchMore() const { return false; }
|
||||
virtual void fetchMore() {}
|
||||
|
||||
~Item()
|
||||
virtual ~Item()
|
||||
{
|
||||
if (parent_ != nullptr) {
|
||||
parent_->deleteChild(this);
|
||||
|
||||
Reference in New Issue
Block a user