diff options
Diffstat (limited to 'tools/bit')
-rw-r--r-- | tools/bit/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bit/command.h b/tools/bit/command.h index fb44900b0806..dd7103e10fe7 100644 --- a/tools/bit/command.h +++ b/tools/bit/command.h @@ -25,7 +25,7 @@ using namespace std; struct Command { - Command(const string& prog); + explicit Command(const string& prog); ~Command(); void AddArg(const string& arg); |