summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/EditorWrapper.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-23 10:57:42 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-23 11:10:52 +0100
commit3d20da9ee451460b6e233f5efdf5a13e11525f97 (patch)
tree524b72d0874304c68036dbbc0514b632a4a08c59 /DevTools/HackStudio/EditorWrapper.h
parent7ec758773cdd85755d91f52614f361e7e750c7e9 (diff)
downloadserenity-3d20da9ee451460b6e233f5efdf5a13e11525f97.zip
Userspace: Use Core::Object::add() when building interfaces
Diffstat (limited to 'DevTools/HackStudio/EditorWrapper.h')
-rw-r--r--DevTools/HackStudio/EditorWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/HackStudio/EditorWrapper.h b/DevTools/HackStudio/EditorWrapper.h
index c7ea938f30..0aaccf4cec 100644
--- a/DevTools/HackStudio/EditorWrapper.h
+++ b/DevTools/HackStudio/EditorWrapper.h
@@ -43,7 +43,7 @@ public:
void set_editor_has_focus(Badge<Editor>, bool);
private:
- explicit EditorWrapper(GUI::Widget* parent = nullptr);
+ explicit EditorWrapper();
RefPtr<GUI::Label> m_filename_label;
RefPtr<GUI::Label> m_cursor_label;