mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 05:46:27 +00:00
14 lines
479 B
Diff
14 lines
479 B
Diff
Index: llvm-3.2.src/lldb/include/lldb/Target/StopInfo.h
|
|
===================================================================
|
|
--- llvm-3.2.src.orig/lldb/include/lldb/Target/StopInfo.h 2013-01-10 17:49:46.000000000 +0100
|
|
+++ llvm-3.2.src/lldb/include/lldb/Target/StopInfo.h 2013-01-12 15:38:44.691057765 +0100
|
|
@@ -23,7 +23,7 @@
|
|
|
|
class StopInfo
|
|
{
|
|
- friend Process::ProcessEventData;
|
|
+ friend class Process::ProcessEventData;
|
|
friend class ThreadPlanBase;
|
|
|
|
public:
|