Someone was using vi and left a little something in the code.
authorGreg Clayton <gclayton@apple.com>
Wed, 10 Oct 2012 00:58:07 +0000 (00:58 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 10 Oct 2012 00:58:07 +0000 (00:58 +0000)
llvm-svn: 165580

lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

index 82051d5..f37102e 100644 (file)
@@ -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.