mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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) {
|
||||
schemas.insert({ s->name(), s });
|
||||
schemas.insert({ boost::to_upper_copy(s->name()), s });
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user