diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2023-09-26 18:56:47 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2023-09-28 13:32:49 -0600 |
| commit | 8b15f2244af51ef312a6a4be7444a07242a34b60 (patch) | |
| tree | 70958ceffbfb9c38db1d170cdf642084a80c5607 /ui/typedialog.h | |
| parent | 32501cd8b0879f53ed4a24a96aad4c1b71080193 (diff) | |
Minor updates for Python binding generation of UI API
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; } }; |
