aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBStringList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBStringList.h')
-rw-r--r--include/lldb/API/SBStringList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/API/SBStringList.h b/include/lldb/API/SBStringList.h
index e0e58f765c6d..bc8ff935eda3 100644
--- a/include/lldb/API/SBStringList.h
+++ b/include/lldb/API/SBStringList.h
@@ -45,6 +45,9 @@ public:
const char *
GetStringAtIndex (size_t idx);
+ const char *
+ GetStringAtIndex (size_t idx) const;
+
void
Clear ();