diff options
| author | Josh F <josh@vector35.com> | 2022-07-19 19:11:38 -0400 |
|---|---|---|
| committer | Josh F <josh@vector35.com> | 2022-07-19 19:11:38 -0400 |
| commit | 6b86231d0bedd0eb5191fdd0888982353cf73fbd (patch) | |
| tree | 6bf0c377c2578725ff6a53b9d6acdcf365353e28 /ui/memorymap.h | |
| parent | 69fe50cdac4d80a52c64740c047410daffb6cdcd (diff) | |
Memory Map widget does not need to inherit from BinaryDataNotification
Diffstat (limited to 'ui/memorymap.h')
| -rw-r--r-- | ui/memorymap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/memorymap.h b/ui/memorymap.h index fe85035c..f7c45929 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -154,7 +154,7 @@ Q_SIGNALS: }; -class BINARYNINJAUIAPI MemoryMapSidebarWidget : public SidebarWidget, public BinaryNinja::BinaryDataNotification +class BINARYNINJAUIAPI MemoryMapSidebarWidget : public SidebarWidget { Q_OBJECT |
