From d932b6c3dde3481af9464a0796dd7230f4a977e2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Jul 2025 23:37:45 +0200 Subject: Cleanup: const correctness. --- src/lib/image_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h index 0a94b3615..36ef2feee 100644 --- a/src/lib/image_proxy.h +++ b/src/lib/image_proxy.h @@ -76,7 +76,7 @@ public: , error(false) {} - Result(std::shared_ptr image_, int log2_scaling_, bool error_) + Result(std::shared_ptr image_, int log2_scaling_, bool error_) : image(image_) , log2_scaling(log2_scaling_) , error(error_) -- cgit v1.2.3