diff options
Diffstat (limited to 'lldb/source/Target/StackFrameList.cpp')
-rw-r--r-- | lldb/source/Target/StackFrameList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/StackFrameList.cpp b/lldb/source/Target/StackFrameList.cpp index 76f74f1533c..b69cad2f9c5 100644 --- a/lldb/source/Target/StackFrameList.cpp +++ b/lldb/source/Target/StackFrameList.cpp @@ -332,7 +332,7 @@ StackFrameList::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) } StackFrameSP -StackFrameList::GetFrameWithStackID (StackID &stack_id) +StackFrameList::GetFrameWithStackID (const StackID &stack_id) { uint32_t frame_idx = 0; StackFrameSP frame_sp; |