summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/memorymap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/memorymap.h b/ui/memorymap.h
index 2003eb34..56898482 100644
--- a/ui/memorymap.h
+++ b/ui/memorymap.h
@@ -187,6 +187,7 @@ class BINARYNINJAUIAPI SegmentWidget : public QWidget
void addSegment();
void editSegment(SegmentRef segment);
void disableSegment(SegmentRef segment);
+ void enableSegment(const std::string& regionName);
void removeSegment(SegmentRef segment);
public: