diff --git a/src/ifcparse/IfcParse.cpp b/src/ifcparse/IfcParse.cpp index 23dabd9758..8ae5b13267 100644 --- a/src/ifcparse/IfcParse.cpp +++ b/src/ifcparse/IfcParse.cpp @@ -375,7 +375,6 @@ ArgumentList::ArgumentList(Tokens* t, std::vector& ids) { } catch ( IfcException& e ) { Logger::Message(Logger::LOG_ERROR,e.what()); } - t->Next(); } else { Push ( new TokenArgument(next) ); }