Copy operands prior to boolean operation

This commit is contained in:
Thomas Krijnen
2018-05-05 16:09:12 +02:00
parent 6ee283dbae
commit 161f24d804
2 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -1907,7 +1907,7 @@ IfcEntityList::ptr IfcFile::getInverse(int instance_id, IfcSchema::Type::Enum ty
IfcEntityListList::ptr li = *arg;
valid = li->contains(instance);
}
} catch (IfcException& e) {
} catch (const IfcException& e) {
valid = false;
Logger::Error(e);
}