Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2025-08-12 12:41:00 -07:00
parent 93bb2eb34a
commit 2447ac5cdf
34 changed files with 766 additions and 293 deletions

View File

@@ -200,6 +200,7 @@ ON__UINT32 ON_LinearWorkflow::DataCRC(ON__UINT32 crc) const
void ON_LinearWorkflow::SetXMLNode(ON_XMLNode& node) const
{
std::lock_guard<std::recursive_mutex> lg(_impl->_mutex);
_impl->SetModelNode(node);
}