summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.cpp')
-rw-r--r--Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.cpp b/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.cpp
index 692804def0..d9f09c9d3e 100644
--- a/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.cpp
+++ b/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.cpp
@@ -135,7 +135,7 @@ RefPtr<ProjectTemplate> NewProjectDialog::selected_template()
}
auto project_template = m_model->template_for_index(m_icon_view->selection().first());
- ASSERT(!project_template.is_null());
+ VERIFY(!project_template.is_null());
return project_template;
}