mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 04:13:48 +00:00
14 lines
384 B
Diff
14 lines
384 B
Diff
Index: include/lldb/Target/StopInfo.h
|
|
===================================================================
|
|
--- include/lldb/Target/StopInfo.h (revision 168826)
|
|
+++ include/lldb/Target/StopInfo.h (revision 168827)
|
|
@@ -23,7 +23,7 @@
|
|
|
|
class StopInfo
|
|
{
|
|
- friend Process::ProcessEventData;
|
|
+ friend class Process::ProcessEventData;
|
|
friend class ThreadPlanBase;
|
|
|
|
public:
|