summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBStringList.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-09-17 17:42:16 +0000
committerGreg Clayton <gclayton@apple.com>2010-09-17 17:42:16 +0000
commitab7b39c679528fa2574430ec8035ee83d664acb8 (patch)
tree7806151002d86cf3a438cc46174da2f4eab20274 /include/lldb/API/SBStringList.h
parent795230029c9c8ff35c167ee5f548b1b373b89c33 (diff)
We now have SBStream that mirrors the generic stream classes we
use inside lldb (lldb_private::StreamFile, and lldb_private::StreamString). git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/lldb/API/SBStringList.h')
-rw-r--r--include/lldb/API/SBStringList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lldb/API/SBStringList.h b/include/lldb/API/SBStringList.h
index 514ad3b07..29d266f97 100644
--- a/include/lldb/API/SBStringList.h
+++ b/include/lldb/API/SBStringList.h
@@ -47,6 +47,8 @@ public:
void
Clear ();
+protected:
+
#ifndef SWIG
const lldb_private::StringList *