summaryrefslogtreecommitdiff
path: root/cmds/lshal/DebugCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/lshal/DebugCommand.h')
-rw-r--r--cmds/lshal/DebugCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/lshal/DebugCommand.h b/cmds/lshal/DebugCommand.h
index 6e12008c8e..3c3f56fde5 100644
--- a/cmds/lshal/DebugCommand.h
+++ b/cmds/lshal/DebugCommand.h
@@ -31,7 +31,7 @@ class Lshal;
class DebugCommand : public Command {
public:
- DebugCommand(Lshal &lshal) : Command(lshal) {}
+ explicit DebugCommand(Lshal &lshal) : Command(lshal) {}
~DebugCommand() = default;
Status main(const Arg &arg) override;
void usage() const override;