Renaming SBValueList::get() to
opaque_ptr since it returns a void* instead of an usable object. llvm-svn: 174673
This commit is contained in:
@@ -263,7 +263,7 @@ SBValueList::FindValueObjectByUID (lldb::user_id_t uid)
|
||||
}
|
||||
|
||||
void *
|
||||
SBValueList::get ()
|
||||
SBValueList::opaque_ptr ()
|
||||
{
|
||||
return m_opaque_ap.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user