diff options
Diffstat (limited to 'functiongraph.cpp')
| -rw-r--r-- | functiongraph.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functiongraph.cpp b/functiongraph.cpp index d6f9a85a..1ebd149f 100644 --- a/functiongraph.cpp +++ b/functiongraph.cpp @@ -62,9 +62,9 @@ void FunctionGraph::SetMaximumSymbolWidth(size_t width) } -void FunctionGraph::StartLayout() +void FunctionGraph::StartLayout(BNFunctionGraphType type) { - BNStartFunctionGraphLayout(m_graph); + BNStartFunctionGraphLayout(m_graph, type); } |
