diff options
Diffstat (limited to 'include/lldb/Interpreter/CommandObject.h')
| -rw-r--r-- | include/lldb/Interpreter/CommandObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Interpreter/CommandObject.h b/include/lldb/Interpreter/CommandObject.h index 2bfab0a8ecc42..8544fd9f9c3fb 100644 --- a/include/lldb/Interpreter/CommandObject.h +++ b/include/lldb/Interpreter/CommandObject.h @@ -42,7 +42,7 @@ public: return (*help_callback)(); } - operator bool() const + explicit operator bool() const { return (help_callback != NULL); } |
