diff options
| -rw-r--r-- | ui/memorymap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/memorymap.h b/ui/memorymap.h index b6c2bc99..e766e6a8 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -144,6 +144,7 @@ class BINARYNINJAUIAPI SegmentWidget : public QWidget void addSegment(); void editSegment(SegmentRef segment); + void disableSegment(SegmentRef segment); void removeSegment(SegmentRef segment); public: |
