Renaming SBValueList::get() to

opaque_ptr since it returns a void* instead of an usable object.

llvm-svn: 174673
This commit is contained in:
Enrico Granata
2013-02-07 22:57:46 +00:00
parent e499613d60
commit 08ec0b6117
3 changed files with 6 additions and 4 deletions

View File

@@ -263,7 +263,7 @@ SBValueList::FindValueObjectByUID (lldb::user_id_t uid)
}
void *
SBValueList::get ()
SBValueList::opaque_ptr ()
{
return m_opaque_ap.get();
}