mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
#1969 take uppercase in register_schema()
This commit is contained in:
@@ -72,7 +72,7 @@ IfcUtil::IfcBaseClass* IfcParse::schema_definition::instantiate(IfcEntityInstanc
|
|||||||
}
|
}
|
||||||
|
|
||||||
void IfcParse::register_schema(schema_definition* s) {
|
void IfcParse::register_schema(schema_definition* s) {
|
||||||
schemas.insert({ s->name(), s });
|
schemas.insert({ boost::to_upper_copy(s->name()), s });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user