diff --git a/Userland/Demos/WidgetGallery/GalleryModels.h b/Userland/Demos/WidgetGallery/GalleryModels.h index d25c3dea006..5e18e5dd679 100644 --- a/Userland/Demos/WidgetGallery/GalleryModels.h +++ b/Userland/Demos/WidgetGallery/GalleryModels.h @@ -106,7 +106,7 @@ private: class FileIconsModel final : public GUI::Model { public: - static NonnullRefPtr create() { return adopt(*new FileIconsModel); } + static NonnullRefPtr create() { return adopt(*new FileIconsModel); } virtual ~FileIconsModel() override { } enum Column {