explicit cast

This commit is contained in:
Thomas Krijnen
2021-03-07 10:22:22 +01:00
parent 25717d002f
commit c542fb2480
+1 -1
View File
@@ -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)