From 9bbc8da5175138303bb15d2e6579ff119abdddbd Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Wed, 28 Nov 2012 23:20:22 +0000 Subject: [PATCH] Add 'class' keyword to friend definition (to fix gcc 4.6 build) llvm-svn: 168827 --- lldb/include/lldb/Target/StopInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Target/StopInfo.h b/lldb/include/lldb/Target/StopInfo.h index b73cda869243..cf2719c11515 100644 --- a/lldb/include/lldb/Target/StopInfo.h +++ b/lldb/include/lldb/Target/StopInfo.h @@ -23,7 +23,7 @@ namespace lldb_private { class StopInfo { - friend Process::ProcessEventData; + friend class Process::ProcessEventData; friend class ThreadPlanBase; public: