Have to friend SBFrame or it can't make symbols for the frame.

llvm-svn: 115543
This commit is contained in:
Jim Ingham 2010-10-04 19:38:50 +00:00
parent baadbd554a
commit 4b9395ca82
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ public:
GetDescription (lldb::SBStream &description);
private:
friend class SBFrame;
friend class SBSymbolContext;
SBSymbol (lldb_private::Symbol *lldb_object_ptr);