summaryrefslogtreecommitdiff
path: root/source/API/SBStringList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/API/SBStringList.cpp')
-rw-r--r--source/API/SBStringList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/API/SBStringList.cpp b/source/API/SBStringList.cpp
index 9ac69b15ebb7..6ed4d4b7fb82 100644
--- a/source/API/SBStringList.cpp
+++ b/source/API/SBStringList.cpp
@@ -47,7 +47,7 @@ const lldb_private::StringList &SBStringList::operator*() const {
return *m_opaque_ap;
}
-bool SBStringList::IsValid() const { return (m_opaque_ap.get() != NULL); }
+bool SBStringList::IsValid() const { return (m_opaque_ap != NULL); }
void SBStringList::AppendString(const char *str) {
if (str != NULL) {