summaryrefslogtreecommitdiff
path: root/interaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'interaction.cpp')
-rw-r--r--interaction.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/interaction.cpp b/interaction.cpp
index 7a7fa6bb..05420f17 100644
--- a/interaction.cpp
+++ b/interaction.cpp
@@ -755,3 +755,9 @@ void ReportCollection::AddGraphReport(Ref<BinaryView> view, const string& title,
{
BNAddGraphReportToCollection(m_object, view ? view->GetObject() : nullptr, title.c_str(), graph->GetObject());
}
+
+
+void ReportCollection::UpdateFlowGraph(size_t i, Ref<FlowGraph> graph)
+{
+ BNUpdateReportFlowGraph(m_object, i, graph->GetObject());
+}