diff options
Diffstat (limited to 'ui/typeview.h')
| -rw-r--r-- | ui/typeview.h | 2 |
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(); |
