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 8e9df680..982bfe26 100644
--- a/ui/memorymap.h
+++ b/ui/memorymap.h
@@ -87,6 +87,7 @@ class BINARYNINJAUIAPI SectionDialog : public QDialog
void Submit();
public:
+ void SetDefaultValues(const QString& name, uint64_t start, uint64_t length, BNSectionSemantics semantics);
SectionDialog(QWidget* parent, BinaryViewRef data, SectionRef section = nullptr);
};