mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
Fix for inline entity instance regression
This commit is contained in:
@@ -375,7 +375,6 @@ ArgumentList::ArgumentList(Tokens* t, std::vector<unsigned int>& ids) {
|
|||||||
} catch ( IfcException& e ) {
|
} catch ( IfcException& e ) {
|
||||||
Logger::Message(Logger::LOG_ERROR,e.what());
|
Logger::Message(Logger::LOG_ERROR,e.what());
|
||||||
}
|
}
|
||||||
t->Next();
|
|
||||||
} else {
|
} else {
|
||||||
Push ( new TokenArgument(next) );
|
Push ( new TokenArgument(next) );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user