Fixed builds without Qt and without libpng

This commit is contained in:
Matthias Koefferlein 2024-09-22 01:40:03 +02:00
parent bc7f4372b5
commit 2e58421fb3
1 changed files with 1 additions and 1 deletions

View File

@ -3047,7 +3047,7 @@ LayoutViewBase::save_image_with_options (const std::string &fn,
#else
void
LayoutViewBase::save_image_with_options (const std::string &,
unsigned int, unsigned int, int, int, double,
unsigned int, unsigned int, int, int, double, double,
tl::Color, tl::Color, tl::Color, const db::DBox &, bool)
{
throw tl::Exception (tl::to_string (tr ("Unable to save image - PNG library not compiled in")));