[AFSK] Fixed issues found by cppcheck
This commit is contained in:
parent
44b2dcaa15
commit
d61589a2c5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class AFSKClient {
|
||||||
\brief Copy contructor.
|
\brief Copy contructor.
|
||||||
\param aud Pointer to the AFSKClient instance to copy.
|
\param aud Pointer to the AFSKClient instance to copy.
|
||||||
*/
|
*/
|
||||||
AFSKClient(AFSKClient* aud);
|
explicit AFSKClient(AFSKClient* aud);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Initialization method.
|
\brief Initialization method.
|
||||||
|
|
Loading…
Add table
Reference in a new issue