Cppcheck: Fix issues related to explicit constructors
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
{
|
||||
stopped = false;
|
||||
}
|
||||
StopWatch( const char* msg)
|
||||
explicit StopWatch( const char* msg )
|
||||
{
|
||||
message = msg;
|
||||
start();
|
||||
|
Reference in New Issue
Block a user