logic: Aggregate type use edges to make referencing symbols appear collapsed

This commit is contained in:
Eberhard Graether
2016-12-09 20:43:46 +01:00
parent 26902acbbb
commit 8bf02140b2
4 changed files with 37 additions and 13 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ private:
const std::vector<Id>& edgeIds, Graph* graph
) const;
void addAggregationEdgesToGraph(const Id nodeId, Graph* graph) const;
void addAggregationEdgesToGraph(const Id nodeId, const std::vector<StorageEdge>& edgesToAggregate, Graph* graph) const;
void addComponentAccessToGraph(Graph* graph) const;
void buildSearchIndex();