We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd4de7 commit 913f5d8Copy full SHA for 913f5d8
src/GWG/GWG.h
@@ -41,7 +41,7 @@ class GWG {
41
explicit GWG(const char* interface);
42
#endif
43
template<class C>
44
- GWG(C* interface)
+ explicit GWG(C* interface)
45
: _state(State::UNDEFINED)
46
, _currentMillis(vw_millis())
47
, _lastMillis(_currentMillis)
src/VS1/VS1.h
@@ -41,7 +41,7 @@ class VS1 {
explicit VS1(const char* interface);
- VS1(C* interface)
+ explicit VS1(C* interface)
0 commit comments