Skip to content

Commit

Permalink
MM Lens - distortion layers - make constructor explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Oct 16, 2024
1 parent 4e91173 commit 395ae97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cppbind/mmlens/include/mmlens/distortion_layers.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DistortionLayers {
DistortionLayers() noexcept;

MMLENS_API_EXPORT
DistortionLayers(rust::Box<ShimDistortionLayers> &&value) noexcept;
explicit DistortionLayers(rust::Box<ShimDistortionLayers> &&value) noexcept;

MMLENS_API_EXPORT
rust::Box<ShimDistortionLayers> get_inner() noexcept;
Expand Down

0 comments on commit 395ae97

Please sign in to comment.