From aa407ca14f6a99c5a953ff564461ec8dac1e0a84 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 31 Aug 2020 17:53:02 +0800 Subject: allow redefining an existing type --- ui/typeview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/typeview.h') 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& typesAllowRedefinition = {}); void bindActions(); void checkForValidSelection(); -- cgit v1.3.1