Merge branch 'ltsmaster'

This commit is contained in:
Kai Nacke 2016-03-03 07:50:17 +01:00
commit dcb781004b
14 changed files with 80 additions and 22 deletions

View file

@ -27,7 +27,9 @@ void IrDsymbol::resetAll() {
}
}
IrDsymbol::IrDsymbol() { list.push_back(this); }
IrDsymbol::IrDsymbol() : irData(nullptr) {
list.push_back(this);
}
IrDsymbol::IrDsymbol(const IrDsymbol &s) {
list.push_back(this);