ThemeEditor: Reference FileSystemAccessClient::Result in save_to_result

Found by clazy. It says the size is 32 bytes.
This commit is contained in:
Karol Kosek 2021-09-11 20:18:53 +02:00 committed by Andreas Kling
parent 6995e428db
commit 8c47f38ca5
Notes: sideshowbarker 2024-07-19 17:14:25 +09:00

View file

@ -111,7 +111,7 @@ int main(int argc, char** argv)
Optional<String> path = {};
auto save_to_result = [&](FileSystemAccessClient::Result result) {
auto save_to_result = [&](FileSystemAccessClient::Result const& result) {
if (result.error != 0)
return;