mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-18 07:26:06 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user