forked from OSchip/llvm-project
Have to friend SBFrame or it can't make symbols for the frame.
llvm-svn: 115543
This commit is contained in:
parent
baadbd554a
commit
4b9395ca82
|
@ -44,6 +44,7 @@ public:
|
|||
GetDescription (lldb::SBStream &description);
|
||||
|
||||
private:
|
||||
friend class SBFrame;
|
||||
friend class SBSymbolContext;
|
||||
|
||||
SBSymbol (lldb_private::Symbol *lldb_object_ptr);
|
||||
|
|
Loading…
Reference in New Issue