diff options
Diffstat (limited to 'Userland/Libraries/LibGfx/BMPLoader.h')
-rw-r--r-- | Userland/Libraries/LibGfx/BMPLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/BMPLoader.h b/Userland/Libraries/LibGfx/BMPLoader.h index 92f54e6b5f..649b00d30c 100644 --- a/Userland/Libraries/LibGfx/BMPLoader.h +++ b/Userland/Libraries/LibGfx/BMPLoader.h @@ -31,7 +31,7 @@ namespace Gfx { -RefPtr<Gfx::Bitmap> load_bmp(const StringView& path); +RefPtr<Gfx::Bitmap> load_bmp(String const& path); RefPtr<Gfx::Bitmap> load_bmp_from_memory(const u8*, size_t); struct BMPLoadingContext; |