Skip to content

Commit ecc0bd3

Browse files
committed
cppcheck warning
1 parent b22af23 commit ecc0bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lmic/lmic.us915.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Us915RegionalChannelParams final : public RegionalChannelParams {
8585
virtual void loadStateWithoutTimeData(RetrieveAbtract &store) final;
8686
#endif
8787

88-
Us915RegionalChannelParams(LmicRand &arand);
88+
explicit Us915RegionalChannelParams(LmicRand &arand);
8989

9090
private:
9191
// enabled bits

0 commit comments

Comments
 (0)