aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-08-02 14:49:22 +0200
committerClifford Wolf <clifford@clifford.at>2018-08-02 14:49:22 +0200
commit11368e1628dbf084f573a741168ffbafa30eec7f (patch)
treec9b27a6216c49af1db8f98c721c0b28243eed4f8
parent3185abe2649ad57ec6eb06ccf99ed0d767daadb9 (diff)
parentfc882d73d6511be4325a7b9c16d6833263c06b10 (diff)
downloadnextpnr-11368e1628dbf084f573a741168ffbafa30eec7f.tar.gz
nextpnr-11368e1628dbf084f573a741168ffbafa30eec7f.tar.bz2
nextpnr-11368e1628dbf084f573a741168ffbafa30eec7f.zip
Merge branch 'master' of github.com:YosysHQ/nextpnr into reroute
-rw-r--r--gui/treemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/treemodel.h b/gui/treemodel.h
index c3f9fe88..0236a715 100644
--- a/gui/treemodel.h
+++ b/gui/treemodel.h
@@ -102,7 +102,7 @@ class Item
virtual bool canFetchMore() const { return false; }
virtual void fetchMore() {}
- ~Item()
+ virtual ~Item()
{
if (parent_ != nullptr) {
parent_->deleteChild(this);