From 64809ce78312a27c6c1272288c058f0eb91c61d9 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 10 Oct 2012 00:58:07 +0000 Subject: [PATCH] Someone was using vi and left a little something in the code. llvm-svn: 165580 --- .../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 82051d5..f37102e 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp @@ -1112,7 +1112,7 @@ public: if (class_method_func) { - ClassDescriptorV2 metaclass(m_runtime, :q!objc_class->m_isa); // The metaclass is not in the cache + ClassDescriptorV2 metaclass(m_runtime, objc_class->m_isa); // The metaclass is not in the cache // We don't care about the metaclass's superclass, or its class methods. Its instance methods are // our class methods. -- 2.7.4