From aec0c322d38d10a4e5f5bc563d1bf9ec2b7389c7 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 17 Sep 2010 18:39:57 +0000 Subject: Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. llvm-svn: 114194 --- lldb/source/API/SBStringList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/API') diff --git a/lldb/source/API/SBStringList.cpp b/lldb/source/API/SBStringList.cpp index f15200061f62..beb760632faf 100644 --- a/lldb/source/API/SBStringList.cpp +++ b/lldb/source/API/SBStringList.cpp @@ -94,7 +94,7 @@ SBStringList::AppendList (const char **strv, int strc) } void -SBStringList::AppendList (SBStringList strings) +SBStringList::AppendList (const SBStringList &strings) { if (strings.IsValid()) { -- cgit v1.2.3