From db48820f5fed420ad298278e8e6b055baa4ddf06 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 13 Sep 2019 09:56:00 -0400 Subject: Type workflow improvements Expand type context for data renderers Add additional linearview helper routines for defining variables inside of structures fix unit tests --- ui/createtypedialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/createtypedialog.h') diff --git a/ui/createtypedialog.h b/ui/createtypedialog.h index 1d0effe3..552f2076 100644 --- a/ui/createtypedialog.h +++ b/ui/createtypedialog.h @@ -16,7 +16,7 @@ class BINARYNINJAUIAPI CreateTypeDialog: public QDialog std::map m_results; public: - CreateTypeDialog(QWidget* parent, BinaryViewRef data, const QString& definition); + CreateTypeDialog(QWidget* parent, BinaryViewRef data, const QString& title, const QString& definition); std::map getResults() { return m_results; } private Q_SLOTS: -- cgit v1.3.1