diff options
Diffstat (limited to 'ui/typedialog.h')
| -rw-r--r-- | ui/typedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/typedialog.h b/ui/typedialog.h index c8768559..1825fdb5 100644 --- a/ui/typedialog.h +++ b/ui/typedialog.h @@ -115,6 +115,6 @@ class BINARYNINJAUIAPI TypeDialog : public QDialog public: TypeDialog(QWidget* parent, BinaryViewRef view, const QString& title = "Specify Type", const QString& prompt = "Enter Type Name", const QString& existing = ""); - ~TypeDialog() { delete m_updateThread; } + ~TypeDialog(); BinaryNinja::QualifiedNameAndType getType() const { return m_type; } }; |
