ui: fixed crash when clicking on namespace label

This commit is contained in:
Eberhard Graether
2018-05-04 16:09:43 +02:00
parent bf2b56a69e
commit 568e2f3e36
6 changed files with 21 additions and 16 deletions
@@ -631,7 +631,7 @@ std::vector<std::shared_ptr<DummyNode>> GraphController::createDummyNodeTopDown(
}
node->forEachChildNode(
[node, &result, &ancestorId, this](Node* child)
[&result, &ancestorId, this](Node* child)
{
DummyNode* parent = nullptr;
AccessKind accessKind = ACCESS_NONE;