From efcac211e520ff7fa566ea9fb98c21bcca58d722 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 14 Apr 2016 01:23:01 +0000 Subject: Don't use auto - (try to) appease the Android g++ bot llvm-svn: 266271 --- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp index f2d5869ebf0..f6764ca95bc 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp @@ -596,7 +596,7 @@ protected: { auto iterators_pair = objc_runtime->GetDescriptorIteratorPair(); auto iterator = iterators_pair.first; - auto& stdout(result.GetOutputStream()); + Stream &stdout(result.GetOutputStream()); for(; iterator != iterators_pair.second; iterator++) { if (iterator->second) -- cgit v1.2.3