ThemeEditor: Reference FileSystemAccessClient::Result in save_to_result
Found by clazy. It says the size is 32 bytes.
This commit is contained in:
parent
6995e428db
commit
8c47f38ca5
Notes:
sideshowbarker
2024-07-19 17:14:25 +09:00
Author: https://github.com/krkk Commit: https://github.com/SerenityOS/serenity/commit/8c47f38ca5e Pull-request: https://github.com/SerenityOS/serenity/pull/9979
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue