From 8c47f38ca5e250b054d76dfb0c1a3c8836a1277d Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sat, 11 Sep 2021 20:18:53 +0200 Subject: [PATCH] ThemeEditor: Reference FileSystemAccessClient::Result in save_to_result Found by clazy. It says the size is 32 bytes. --- Userland/Applications/ThemeEditor/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Applications/ThemeEditor/main.cpp b/Userland/Applications/ThemeEditor/main.cpp index 2ba756f5b6..41d858f6ea 100644 --- a/Userland/Applications/ThemeEditor/main.cpp +++ b/Userland/Applications/ThemeEditor/main.cpp @@ -111,7 +111,7 @@ int main(int argc, char** argv) Optional path = {}; - auto save_to_result = [&](FileSystemAccessClient::Result result) { + auto save_to_result = [&](FileSystemAccessClient::Result const& result) { if (result.error != 0) return;