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 /binaryview.cpp | |
| parent | 7c4025df43511852ecb86d8ab608e1da476d90de (diff) | |
Modify flow graph API to support multiple layout requests for a single graph
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryview.cpp b/binaryview.cpp index da516184..258b0153 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -1720,7 +1720,7 @@ void BinaryView::ShowHTMLReport(const string& title, const string& contents, con void BinaryView::ShowGraphReport(const string& title, FlowGraph* graph) { - BNShowGraphReport(m_object, title.c_str(), graph->GetGraphObject()); + BNShowGraphReport(m_object, title.c_str(), graph->GetObject()); } |
