From 2e58421fb3aadc694a392138a0f46e4a4603a47a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 22 Sep 2024 01:40:03 +0200 Subject: [PATCH] Fixed builds without Qt and without libpng --- src/laybasic/laybasic/layLayoutViewBase.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/laybasic/laybasic/layLayoutViewBase.cc b/src/laybasic/laybasic/layLayoutViewBase.cc index 9a2272106..4213ffe6d 100644 --- a/src/laybasic/laybasic/layLayoutViewBase.cc +++ b/src/laybasic/laybasic/layLayoutViewBase.cc @@ -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")));