Clean up some warnings.
This commit is contained in:
parent
a19567508e
commit
dba6a91ec1
25 changed files with 453 additions and 431 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue