diff dstep/objc/bridge/Wrapper.d @ 25:b9de51448c6b

Added an id constructor. Changed the string mixin to a template mixin. Added support for building as a dynamic library
author Jacob Carlborg <doob@me.com>
date Tue, 06 Apr 2010 11:37:27 +0200
parents 19885b43130e
children 57371c29ef73
line wrap: on
line diff
--- a/dstep/objc/bridge/Wrapper.d	Wed Feb 10 19:24:32 2010 +0100
+++ b/dstep/objc/bridge/Wrapper.d	Tue Apr 06 11:37:27 2010 +0200
@@ -73,7 +73,7 @@
 	/// Sets the D object in the receiver's Objective-C instance
 	protected final void dObject (Object dObject)
 	{
-		Bridge.instance.setDObject(dObject, objcObject);
+		Bridge.setDObject(dObject, objcObject);
 	}
 	
 	/// Gets the objc_super instance of the receiver