diff options
Diffstat (limited to 'Userland/Applications/Browser/DownloadWidget.h')
-rw-r--r-- | Userland/Applications/Browser/DownloadWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Browser/DownloadWidget.h b/Userland/Applications/Browser/DownloadWidget.h index 176d818d87..f60fc94108 100644 --- a/Userland/Applications/Browser/DownloadWidget.h +++ b/Userland/Applications/Browser/DownloadWidget.h @@ -38,7 +38,7 @@ private: RefPtr<GUI::Button> m_close_button; RefPtr<GUI::CheckBox> m_close_on_finish_checkbox; RefPtr<GUI::ImageWidget> m_browser_image; - OwnPtr<Core::Stream::File> m_output_file_stream; + OwnPtr<Core::File> m_output_file_stream; Core::ElapsedTimer m_elapsed_timer; }; |