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
commit 11368e1628

View File

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