summaryrefslogtreecommitdiff
path: root/ui/typeview.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2020-08-31 17:53:02 +0800
committerXusheng <xusheng@vector35.com>2020-09-03 21:14:41 +0800
commitaa407ca14f6a99c5a953ff564461ec8dac1e0a84 (patch)
tree6c0e699b434893b1b8dc01702c114f348828c34d /ui/typeview.h
parentc1b11a0085c780ac3d5e3400a31ad939b376ede3 (diff)
allow redefining an existing type
Diffstat (limited to 'ui/typeview.h')
-rw-r--r--ui/typeview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/typeview.h b/ui/typeview.h
index 1e3b1c25..bc2fcc10 100644
--- a/ui/typeview.h
+++ b/ui/typeview.h
@@ -140,7 +140,7 @@ class BINARYNINJAUIAPI TypeView: public QAbstractScrollArea, public View, public
void goToAddress(bool selecting);
void moveCursorToMouse(QMouseEvent* event, bool selecting);
- void createNewTypes(const QString& definition = "");
+ void createNewTypes(const QString& definition = "", const std::set<BinaryNinja::QualifiedName>& typesAllowRedefinition = {});
void bindActions();
void checkForValidSelection();