commit | aec0c322d38d10a4e5f5bc563d1bf9ec2b7389c7 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri Sep 17 18:39:57 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri Sep 17 18:39:57 2010 +0000 |
tree | f9aabd5f9d5cc9ed3d584c79aba2855533510c78 | |
parent | afeb03b41deb1580cf87eea614ea4be4624b5cdc [diff] [blame] |
Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. llvm-svn: 114194
diff --git a/lldb/source/API/SBStringList.cpp b/lldb/source/API/SBStringList.cpp index f152000..beb7606 100644 --- a/lldb/source/API/SBStringList.cpp +++ b/lldb/source/API/SBStringList.cpp
@@ -94,7 +94,7 @@ } void -SBStringList::AppendList (SBStringList strings) +SBStringList::AppendList (const SBStringList &strings) { if (strings.IsValid()) {