summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBCommandInterpreter.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/interface/SBCommandInterpreter.i')
-rw-r--r--lldb/scripts/interface/SBCommandInterpreter.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/scripts/interface/SBCommandInterpreter.i b/lldb/scripts/interface/SBCommandInterpreter.i
index 3667a783538..721a5cdf70a 100644
--- a/lldb/scripts/interface/SBCommandInterpreter.i
+++ b/lldb/scripts/interface/SBCommandInterpreter.i
@@ -145,6 +145,8 @@ public:
bool
IsValid() const;
+ explicit operator bool() const;
+
const char *
GetIOHandlerControlSequence(char ch);
OpenPOWER on IntegriCloud