From 74e256b8e442417d4ba2054c771c1e4f41062768 Mon Sep 17 00:00:00 2001 From: Sebastien Hertz Date: Fri, 4 Oct 2013 10:40:37 +0200 Subject: Add missing references. This mainly avoids implicit copies when extracting an object from a container. Change-Id: If4d0e6153e8c2b48345fde5bb546b4c65649fcf3 --- runtime/stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stack.h') diff --git a/runtime/stack.h b/runtime/stack.h index 700b7f1..a4b93bc 100644 --- a/runtime/stack.h +++ b/runtime/stack.h @@ -567,7 +567,7 @@ class StackVisitor { static void DescribeStack(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); private: - instrumentation::InstrumentationStackFrame GetInstrumentationStackFrame(uint32_t depth) const; + instrumentation::InstrumentationStackFrame& GetInstrumentationStackFrame(uint32_t depth) const; void SanityCheckFrame() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); -- cgit v1.1