Instances call constructor of base class

This commit is contained in:
andreja6
2018-10-24 11:02:13 -07:00
parent ea072e424a
commit 07a2eb4d98
7 changed files with 10 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
DataModelInstance::DataModelInstance(void)
{
Instance::Instance();
workspace = new WorkspaceInstance();
guiRoot = new Instance();
children.push_back(workspace);