aboutsummaryrefslogtreecommitdiff
path: root/gdb/inline-frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inline-frame.h')
-rw-r--r--gdb/inline-frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inline-frame.h b/gdb/inline-frame.h
index e19b60e..bbe617c 100644
--- a/gdb/inline-frame.h
+++ b/gdb/inline-frame.h
@@ -68,6 +68,6 @@ struct symbol *inline_skipped_symbol (thread_info *thread);
the callees may not have associated frames (see
skip_inline_frames). */
-int frame_inlined_callees (frame_info_ptr this_frame);
+int frame_inlined_callees (const frame_info_ptr &this_frame);
#endif /* !defined (INLINE_FRAME_H) */