diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2021-08-05 11:50:57 -0400 |
|---|---|---|
| committer | Jon Palmisciano <jp@jonpalmisc.com> | 2021-09-30 13:31:10 -0400 |
| commit | 9c68215d3bedfd07faf6148351705b487826d834 (patch) | |
| tree | a0b3e2d279099f0be42c4ce684c18c4cc0dfa310 | |
| parent | fdb8454593ad805145a99bfdcb877a1834bacda0 (diff) | |
LinearView: Add `setHighlightTokenState()`
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 02f14b88..42395b20 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -351,6 +351,7 @@ public: virtual void copyAddress() override; virtual HighlightTokenState getHighlightTokenState() override { return m_highlight; } + void setHighlightTokenState(const HighlightTokenState& hts); virtual BNFunctionGraphType getILViewType() override { return m_ilViewType; }; virtual void setILViewType(BNFunctionGraphType ilViewType) override; |
