summaryrefslogtreecommitdiffstats
path: root/include/lldb/Interpreter/PythonDataObjects.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Interpreter/PythonDataObjects.h')
-rw-r--r--include/lldb/Interpreter/PythonDataObjects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Interpreter/PythonDataObjects.h b/include/lldb/Interpreter/PythonDataObjects.h
index b2c9240..a543181 100644
--- a/include/lldb/Interpreter/PythonDataObjects.h
+++ b/include/lldb/Interpreter/PythonDataObjects.h
@@ -105,7 +105,7 @@ namespace lldb_private {
PythonString
Str ();
- operator bool () const
+ explicit operator bool () const
{
return m_py_obj != NULL;
}
OpenPOWER on IntegriCloud