summaryrefslogtreecommitdiff
path: root/ui/createstructdialog.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2019-09-13 09:56:00 -0400
committerPeter LaFosse <peter@vector35.com>2019-11-15 21:10:58 -0500
commitdb48820f5fed420ad298278e8e6b055baa4ddf06 (patch)
tree2b41a6f081f924b622887ddc42f5f579eebbd849 /ui/createstructdialog.h
parent3c329e77e0318db070099be2d1731c4e7ac510ba (diff)
Type workflow improvements
Expand type context for data renderers Add additional linearview helper routines for defining variables inside of structures fix unit tests
Diffstat (limited to 'ui/createstructdialog.h')
-rw-r--r--ui/createstructdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/createstructdialog.h b/ui/createstructdialog.h
index df117411..096adefb 100644
--- a/ui/createstructdialog.h
+++ b/ui/createstructdialog.h
@@ -16,7 +16,7 @@ class BINARYNINJAUIAPI CreateStructDialog: public QDialog
uint64_t m_resultSize;
public:
- CreateStructDialog(QWidget* parent);
+ CreateStructDialog(QWidget* parent, const std::string& name);
BinaryNinja::QualifiedName getName() { return m_resultName; }
uint64_t getSize() { return m_resultSize; }