mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-21 05:36:39 +08:00
Sync changes from upstream repository
Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Nathan Letwory <nathan@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com>
This commit is contained in:
committed by
Will Pearson
parent
b844466e88
commit
799431a63b
@@ -546,6 +546,16 @@ public:
|
||||
{
|
||||
return m_text;
|
||||
}
|
||||
|
||||
const bool HasContent()
|
||||
{
|
||||
return m_has_content;
|
||||
}
|
||||
|
||||
const void ClearHasContent()
|
||||
{
|
||||
m_has_content = false;
|
||||
}
|
||||
|
||||
private:
|
||||
bool m_has_content = false;
|
||||
|
||||
Reference in New Issue
Block a user