summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/flowgraphwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 0a9bf4c1..fc19c42c 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -220,6 +220,7 @@ public:
bool navigateWithHistoryEntry(FunctionRef func, uint64_t addr, FlowGraphHistoryEntry* entry);
void setNavigationTarget(View* target) { m_navigationTarget = target; }
+ virtual void clearRelatedHighlights();
virtual void setRelatedIndexHighlights(const std::set<size_t>& related);
virtual void setRelatedInstructionHighlights(const std::set<uint64_t>& related);