1
0
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:
Clifford Wolf
2018-08-02 14:49:22 +02:00

View File

@@ -102,7 +102,7 @@ class Item
virtual bool canFetchMore() const { return false; }
virtual void fetchMore() {}
~Item()
virtual ~Item()
{
if (parent_ != nullptr) {
parent_->deleteChild(this);