diff options
Diffstat (limited to 'lldb/include/lldb/API/SBValue.h')
| -rw-r--r-- | lldb/include/lldb/API/SBValue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBValue.h b/lldb/include/lldb/API/SBValue.h index 21364cf3112..c638f12b186 100644 --- a/lldb/include/lldb/API/SBValue.h +++ b/lldb/include/lldb/API/SBValue.h @@ -28,6 +28,8 @@ public: ~SBValue(); + explicit operator bool() const; + bool IsValid(); void Clear(); |

