Clean up some warnings.

This commit is contained in:
jmsgrogan 2023-01-16 11:56:46 +00:00
parent a19567508e
commit dba6a91ec1
25 changed files with 453 additions and 431 deletions

View file

@ -37,8 +37,7 @@ public:
auto image = mSurface->getImage();
PngWriter writer;
writer.setPath(path);
writer.write(image);
writer.write(path, image);
}
void writeSvg(const Path& path)