From ccd3e6047eba134e96dac07690981d7f1eee4f49 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 11 Jul 2024 23:02:52 -0400 Subject: Show undo actions for all views of a file in history widget --- ui/historyview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/historyview.h b/ui/historyview.h index 4f747fa3..ffc074eb 100644 --- a/ui/historyview.h +++ b/ui/historyview.h @@ -20,7 +20,7 @@ class BINARYNINJAUIAPI HistoryEntryItemModel : public QAbstractItemModel, public std::vector m_redoEntries; FileMetadataRef m_file; - BinaryViewRef m_data; + std::vector m_views; std::unordered_set m_options; QSettings m_settings; -- cgit v1.3.1