# HG changeset patch # User Sebastien Jodogne # Date 1754666791 -7200 # Node ID b50110b037cdfa2dc944e63eb2b9ec03bb3b0223 # Parent 81e546455c16293eef8e3ae3e75321959f42a5be sync diff -r 81e546455c16 -r b50110b037cd Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h --- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h Fri Aug 08 17:23:19 2025 +0200 +++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h Fri Aug 08 17:26:31 2025 +0200 @@ -1657,7 +1657,7 @@ OrthancPluginKeysValuesIterator *iterator_; public: - Iterator(OrthancPluginKeysValuesIterator *iterator); + explicit Iterator(OrthancPluginKeysValuesIterator *iterator); ~Iterator();