Update python wrapper

This commit is contained in:
Thomas Krijnen
2017-12-11 17:20:22 +01:00
parent e7ccf7269a
commit 33e1fa6a14
6 changed files with 225 additions and 102 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ private:
bool parsing_complete_;
const schema_definition* schema_;
const IfcParse::schema_definition* schema_;
entity_by_id_t byid;
entities_by_type_t bytype;
@@ -173,7 +173,7 @@ public:
void register_inverse(unsigned, IfcUtil::IfcBaseClass*);
void unregister_inverse(unsigned, IfcUtil::IfcBaseClass*);
const schema_definition* schema() const { return schema_; }
const IfcParse::schema_definition* schema() const { return schema_; }
};
}