diff options
| -rw-r--r-- | ui/historyview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/historyview.h b/ui/historyview.h index ffc074eb..0db0318d 100644 --- a/ui/historyview.h +++ b/ui/historyview.h @@ -91,6 +91,8 @@ class BINARYNINJAUIAPI HistorySidebarWidget : public SidebarWidget void resetToSelectedEntry(std::function<bool(size_t, size_t)> progress); public: + virtual void copy(); + virtual bool canCopy(); HistorySidebarWidget(BinaryViewRef data); ~HistorySidebarWidget(); void notifyFontChanged() override; |
