diff dstep/objc/runtime.d @ 24:ab33fc0c3fc1

Fixed the implementation for the methods in Capsule. Changed a method name in objc_class
author Jacob Carlborg <doob@me.com>
date Wed, 10 Feb 2010 19:24:32 +0100
parents 420969b22201
children b9de51448c6b
line wrap: on
line diff
--- a/dstep/objc/runtime.d	Wed Feb 10 17:29:12 2010 +0100
+++ b/dstep/objc/runtime.d	Wed Feb 10 19:24:32 2010 +0100
@@ -187,7 +187,7 @@
 		return bindings.class_getSuperclass(this);
 	}
 	
-	Class setSuperClass (Class newSuper)
+	Class setSuperclass (Class newSuper)
 	{
 		return bindings.class_setSuperclass(this, newSuper);
 	}