Fix for inline entity instance regression

This commit is contained in:
Thomas Krijnen
2013-07-09 09:04:33 -07:00
parent 7b57c8b5b3
commit e5abdb7de8
-1
View File
@@ -375,7 +375,6 @@ ArgumentList::ArgumentList(Tokens* t, std::vector<unsigned int>& ids) {
} catch ( IfcException& e ) {
Logger::Message(Logger::LOG_ERROR,e.what());
}
t->Next();
} else {
Push ( new TokenArgument(next) );
}