mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 19:07:57 +00:00
Update python wrapper
This commit is contained in:
@@ -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_; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user