Skip to content

Commit c8cca08

Browse files
committed
TODO note
1 parent 603cf01 commit c8cca08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ifcparse/IfcParse.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,7 @@ void IfcEntityInstanceData::setArgument(unsigned int i, Argument* a, IfcUtil::Ar
12311231
case IfcUtil::Argument_AGGREGATE_OF_ENTITY_INSTANCE: {
12321232
IfcEntityList::ptr instances = *a;
12331233
IfcEntityList::ptr mapped_instances(new IfcEntityList);
1234+
// @todo mapped_instances are not actually mapped to the file using add().
12341235
for (IfcEntityList::it it = instances->begin(); it != instances->end(); ++it) {
12351236
mapped_instances->push(*it);
12361237
}

0 commit comments

Comments
 (0)