mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-17 14:56:02 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew Le Bihan <andy@mcneel.com> Co-authored-by: croudyj <croudyj@gmail.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: Greg Arden <greg-arden@users.noreply.github.com> Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
@@ -5374,4 +5374,15 @@ void* ON_RdkDocumentDefaults::EVF(const wchar_t*, void*)
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
ON_XMLParamBlock::ON_XMLParamBlock()
|
||||
:
|
||||
_reserved(0),
|
||||
ON_XMLParameters(_node)
|
||||
{
|
||||
}
|
||||
|
||||
ON_XMLParamBlock::~ON_XMLParamBlock()
|
||||
{
|
||||
}
|
||||
|
||||
#pragma ON_PRAGMA_WARNING_POP
|
||||
|
||||
Reference in New Issue
Block a user