diff --git a/src/ifcparse/IfcUtil.h b/src/ifcparse/IfcUtil.h index 03ce7a754d..0b56df85bc 100644 --- a/src/ifcparse/IfcUtil.h +++ b/src/ifcparse/IfcUtil.h @@ -106,7 +106,6 @@ public: inline void push(SHARED_PTR< IfcTemplatedEntityList > t) { for ( typename T::it it = t->begin(); it != t->end(); ++it ) push(*it); } inline it begin() { return ls.begin(); } inline it end() { return ls.end(); } - inline T operator[] (int i) { return ls[i]; } inline unsigned int Size() const { return (unsigned int) ls.size(); } IfcEntities generalize() { IfcEntities r (new IfcEntityList());