We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58a36c commit 3e2e1bbCopy full SHA for 3e2e1bb
Sources/NodeUIEngine/NUIE_NodeRegistry.cpp
@@ -12,7 +12,7 @@ NodeRegistry::NodeData::NodeData (NodeRegistryId id, const std::wstring& name, c
12
13
NodeRegistry::GroupData::GroupData (const std::wstring& name) :
14
name (name),
15
- nodes (nodes)
+ nodes ()
16
{
17
}
18
0 commit comments