Tried to fix clearing children but failed miserably
This commit is contained in:
@@ -9,6 +9,12 @@ WorkspaceInstance::WorkspaceInstance(void)
|
||||
canDelete = false;
|
||||
}
|
||||
|
||||
void WorkspaceInstance::clearChildren()
|
||||
{
|
||||
children.clear();
|
||||
Instance::clearChildren();
|
||||
}
|
||||
|
||||
WorkspaceInstance::~WorkspaceInstance(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user