mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 04:17:17 +08:00
Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier.
llvm-svn: 114194
This commit is contained in:
@@ -94,7 +94,7 @@ SBStringList::AppendList (const char **strv, int strc)
|
||||
}
|
||||
|
||||
void
|
||||
SBStringList::AppendList (SBStringList strings)
|
||||
SBStringList::AppendList (const SBStringList &strings)
|
||||
{
|
||||
if (strings.IsValid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user