2
0
forked from Ivasoft/DSView

fix compile error

This commit is contained in:
DreamSourceLab
2014-10-15 21:19:39 +08:00
parent 5bea8e4e4c
commit 7c8b0b19d3
2 changed files with 3 additions and 1 deletions

View File

@@ -125,7 +125,9 @@ void SigSession::set_device(shared_ptr<device::DevInst> dev_inst) throw(QString)
}
_dev_inst = dev_inst;
#ifdef ENABLE_DECODE
_decode_traces.clear();
#endif
_group_traces.clear();
if (_dev_inst) {