diff options
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 532a506a..7a26f5a8 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -194,6 +194,7 @@ public: void setGraph(FlowGraphRef graph, uint64_t addr); void setGraph(FlowGraphRef graph, FlowGraphHistoryEntry* entry); void setRelatedGraph(FlowGraphRef graph); + void setRelatedGraph(FlowGraphRef graph, uint64_t addr); void updateToGraph(FlowGraphRef graph); virtual void updateFonts() override; |
