forked from OSchip/llvm-project
Add 'class' keyword to friend definition (to fix gcc 4.6 build)
llvm-svn: 168827
This commit is contained in:
parent
ddc016d4d7
commit
9bbc8da517
|
@ -23,7 +23,7 @@ namespace lldb_private {
|
|||
|
||||
class StopInfo
|
||||
{
|
||||
friend Process::ProcessEventData;
|
||||
friend class Process::ProcessEventData;
|
||||
friend class ThreadPlanBase;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue