mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Add explicit cast to attribute value
This commit is contained in:
@@ -437,7 +437,7 @@ std::string ColladaSerializer::differentiateSlabTypes(const IfcUtil::IfcBaseEnti
|
|||||||
if (otype->isNull()) {
|
if (otype->isNull()) {
|
||||||
result = "_Unknown";
|
result = "_Unknown";
|
||||||
} else {
|
} else {
|
||||||
result = *otype;
|
result = (std::string) *otype;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user