From d61589a2c5003941bd48655dceb58d8bc00d916d Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 11 May 2024 20:31:01 +0100 Subject: [PATCH] [AFSK] Fixed issues found by cppcheck --- src/protocols/AFSK/AFSK.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/AFSK/AFSK.h b/src/protocols/AFSK/AFSK.h index d4ca58d6..e38b5b76 100644 --- a/src/protocols/AFSK/AFSK.h +++ b/src/protocols/AFSK/AFSK.h @@ -26,7 +26,7 @@ class AFSKClient { \brief Copy contructor. \param aud Pointer to the AFSKClient instance to copy. */ - AFSKClient(AFSKClient* aud); + explicit AFSKClient(AFSKClient* aud); /*! \brief Initialization method.