diff options
Diffstat (limited to 'LibGUI/GDirectoryModel.h')
-rw-r--r-- | LibGUI/GDirectoryModel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GDirectoryModel.h b/LibGUI/GDirectoryModel.h index d4f0e31073..2562b7cc32 100644 --- a/LibGUI/GDirectoryModel.h +++ b/LibGUI/GDirectoryModel.h @@ -31,7 +31,7 @@ public: virtual void update() override; String path() const { return m_path; } - void open(const String& path); + void open(const StringView& path); size_t bytes_in_files() const { return m_bytes_in_files; } Function<void(int done, int total)> on_thumbnail_progress; |