From e5abdb7de83c8fc6b35a56605e8ef2e090104d6f Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 9 Jul 2013 09:04:33 -0700 Subject: [PATCH] Fix for inline entity instance regression --- src/ifcparse/IfcParse.cpp | 1 - 1 file changed, 1 deletion(-) 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) ); }