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: