diff options
author | Itamar <itamar8910@gmail.com> | 2020-09-26 11:23:49 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-26 17:18:21 +0200 |
commit | 8af67210cfe3b9d82d95d9094320180800854fae (patch) | |
tree | fc4f977a51e3a2a2721152b3807f23421a56b150 /DevTools/HackStudio/HackStudioWidget.h | |
parent | 8ce641cefca3c0e3409b90a0884cc7a9cffea44c (diff) | |
download | serenity-8af67210cfe3b9d82d95d9094320180800854fae.zip |
HackStudio: Detach from debugged process before terminating
Fixes #3308
Diffstat (limited to 'DevTools/HackStudio/HackStudioWidget.h')
-rw-r--r-- | DevTools/HackStudio/HackStudioWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DevTools/HackStudio/HackStudioWidget.h b/DevTools/HackStudio/HackStudioWidget.h index ec1f918b3d..bf219d9e1c 100644 --- a/DevTools/HackStudio/HackStudioWidget.h +++ b/DevTools/HackStudio/HackStudioWidget.h @@ -48,6 +48,7 @@ class HackStudioWidget : public GUI::Widget { C_OBJECT(HackStudioWidget) public: + virtual ~HackStudioWidget() override; void open_file(const String& filename); Vector<String> selected_file_names() const; |