fix(c++): add missing explicit to single argument constructors

Reported by cppcheck

Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
This commit is contained in:
Samuel Gaist
2024-02-10 00:08:35 +01:00
committed by poiana
parent 48a7f3bcb4
commit 08f62200b1
14 changed files with 25 additions and 25 deletions

View File

@@ -44,7 +44,7 @@ limitations under the License.
class falco_engine
{
public:
falco_engine(bool seed_rng=true);
explicit falco_engine(bool seed_rng=true);
virtual ~falco_engine();
// A given engine has a version which identifies the fields