Skip to content

Commit

Permalink
core: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartolini committed Sep 24, 2024
1 parent 30f2763 commit 769b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/filesystem/filesystem_apk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ struct FileApk : public File
return 0;
}

void flush() override
void sync() override
{
// Not needed
}
Expand Down

0 comments on commit 769b6fc

Please sign in to comment.