traverse() as a global function rather than method on IfcFile

This commit is contained in:
Thomas Krijnen
2017-06-20 18:54:30 +02:00
parent a27e516011
commit 1e8b1d9c9c
3 changed files with 13 additions and 7 deletions
-1
View File
@@ -55,7 +55,6 @@ private:
IfcSpfHeader _header;
void setDefaultHeaderValues();
void traverse(IfcUtil::IfcBaseClass*, std::set<IfcUtil::IfcBaseClass*>& visited, IfcEntityList::ptr list, int level, int max_level);
void register_inverse(unsigned, Token);
public:
IfcParse::IfcSpfLexer* tokens;