mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +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()) {
|
||||
result = "_Unknown";
|
||||
} else {
|
||||
result = *otype;
|
||||
result = (std::string) *otype;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user