diff options
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; |