From 395ae971bc1ea139be5eea079fe0d5882d53a2c5 Mon Sep 17 00:00:00 2001 From: David Cattermole Date: Thu, 17 Oct 2024 00:53:48 +1100 Subject: [PATCH] MM Lens - distortion layers - make constructor explicit. --- lib/cppbind/mmlens/include/mmlens/distortion_layers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cppbind/mmlens/include/mmlens/distortion_layers.h b/lib/cppbind/mmlens/include/mmlens/distortion_layers.h index 2d666699..165d2850 100644 --- a/lib/cppbind/mmlens/include/mmlens/distortion_layers.h +++ b/lib/cppbind/mmlens/include/mmlens/distortion_layers.h @@ -38,7 +38,7 @@ class DistortionLayers { DistortionLayers() noexcept; MMLENS_API_EXPORT - DistortionLayers(rust::Box &&value) noexcept; + explicit DistortionLayers(rust::Box &&value) noexcept; MMLENS_API_EXPORT rust::Box get_inner() noexcept;