[Hell] Made ctors explicit

This commit is contained in:
jgromes 2020-07-04 15:28:02 +02:00
parent 02bb36e1af
commit 0c7f597b7f

View file

@ -90,7 +90,7 @@ class HellClient {
\param phy Pointer to the wireless module providing PhysicalLayer communication. \param phy Pointer to the wireless module providing PhysicalLayer communication.
*/ */
HellClient(PhysicalLayer* phy); explicit HellClient(PhysicalLayer* phy);
#if !defined(RADIOLIB_EXCLUDE_AFSK) #if !defined(RADIOLIB_EXCLUDE_AFSK)
/*! /*!
@ -98,7 +98,7 @@ class HellClient {
\param audio Pointer to the AFSK instance providing audio. \param audio Pointer to the AFSK instance providing audio.
*/ */
HellClient(AFSKClient* audio); explicit HellClient(AFSKClient* audio);
#endif #endif
// basic methods // basic methods