summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ProjectLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/PixelPaint/ProjectLoader.h')
-rw-r--r--Userland/Applications/PixelPaint/ProjectLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/PixelPaint/ProjectLoader.h b/Userland/Applications/PixelPaint/ProjectLoader.h
index d16c7fef1a..111964e11c 100644
--- a/Userland/Applications/PixelPaint/ProjectLoader.h
+++ b/Userland/Applications/PixelPaint/ProjectLoader.h
@@ -18,7 +18,7 @@ public:
ProjectLoader() = default;
~ProjectLoader() = default;
- ErrorOr<void> load_from_file(NonnullOwnPtr<Core::Stream::File>);
+ ErrorOr<void> load_from_file(NonnullOwnPtr<Core::File>);
bool is_raw_image() const { return m_is_raw_image; }
bool has_image() const { return !m_image.is_null(); }