diff options
Diffstat (limited to 'Userland/Libraries/LibGUI/Icon.h')
-rw-r--r-- | Userland/Libraries/LibGUI/Icon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/Icon.h b/Userland/Libraries/LibGUI/Icon.h index 3be0b7a3c4..fbe01f66da 100644 --- a/Userland/Libraries/LibGUI/Icon.h +++ b/Userland/Libraries/LibGUI/Icon.h @@ -43,7 +43,7 @@ public: Icon(const Icon&); ~Icon() { } - static Icon default_icon(const StringView&); + static Icon default_icon(StringView); Icon& operator=(const Icon& other) { |