summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-12-06 14:57:00 -0500
committerBrian Potchik <brian@vector35.com>2020-12-06 14:57:00 -0500
commit1901ad30a337e506abd19264ee30aaf70118da28 (patch)
tree528dc1a536b5e9fabdca422c51b14337854c654d
parente135d72967f8dfc5c5cebea4caaf3d7240f7493c (diff)
Cleanup flowgraph related highlights API.
-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);