mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
explicit cast
This commit is contained in:
@@ -1506,7 +1506,7 @@ void SvgSerializer::finalize() {
|
||||
std::string name;
|
||||
auto a2 = storey->get("Name");
|
||||
if (!a2->isNull()) {
|
||||
name = *a2;
|
||||
name = (std::string) *a2;
|
||||
}
|
||||
write(geometry_data{
|
||||
C,trsf,storey,storey,elev,name,nameElement(storey)
|
||||
|
||||
Reference in New Issue
Block a user