Sync changes from upstream repository

This commit is contained in:
Bozo The Builder
2020-01-16 10:59:30 -08:00
parent 066c760fb5
commit fd6843da76
70 changed files with 6078 additions and 805 deletions

View File

@@ -1043,6 +1043,10 @@ bool ON_TextLog::IsTextHash() const
return (nullptr != dynamic_cast<const ON_TextHash*>(this));
}
bool ON_TextLog::IsNull() const
{
return this == &ON_TextLog::Null;
}
ON_StringMapType ON_TextHash::StringMapType() const
{