diff options
| author | Rusty Wagner <rusty@vector35.com> | 2018-08-14 19:59:58 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2018-08-14 19:59:58 -0400 |
| commit | 1df50c8093bf3b949055d2670836fa1bb742fc1b (patch) | |
| tree | f86bd2cab500323be0795c33d1772825dc293e41 /flowgraphnode.cpp | |
| parent | 7c4025df43511852ecb86d8ab608e1da476d90de (diff) | |
Modify flow graph API to support multiple layout requests for a single graph
Diffstat (limited to 'flowgraphnode.cpp')
| -rw-r--r-- | flowgraphnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flowgraphnode.cpp b/flowgraphnode.cpp index eea033a8..60912df1 100644 --- a/flowgraphnode.cpp +++ b/flowgraphnode.cpp @@ -26,7 +26,7 @@ using namespace std; FlowGraphNode::FlowGraphNode(FlowGraph* graph) { - m_object = BNCreateFlowGraphNode(graph->GetGraphObject()); + m_object = BNCreateFlowGraphNode(graph->GetObject()); m_cachedLinesValid = false; m_cachedEdgesValid = false; } |
