Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Apr 13, 2019
1 parent b58a36c commit 3e2e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NodeUIEngine/NUIE_NodeRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NodeRegistry::NodeData::NodeData (NodeRegistryId id, const std::wstring& name, c

NodeRegistry::GroupData::GroupData (const std::wstring& name) :
name (name),
nodes (nodes)
nodes ()
{
}

Expand Down

0 comments on commit 3e2e1bb

Please sign in to comment.