diff dstep/objc/bridge/Wrapper.d @ 27:57371c29ef73 default tip

ObjcWrap is now automatically mixed in. Added support for building as a dylib with DMD.
author Jacob Carlborg <doob@me.com>
date Fri, 09 Apr 2010 23:00:22 +0200
parents b9de51448c6b
children
line wrap: on
line diff
--- a/dstep/objc/bridge/Wrapper.d	Tue Apr 06 11:38:08 2010 +0200
+++ b/dstep/objc/bridge/Wrapper.d	Fri Apr 09 23:00:22 2010 +0200
@@ -20,6 +20,8 @@
 	
 	private id objcObject_;
 	private objc_super* objcSuper_;
+	
+	this () {}
 		
 	/// Initializes object from an Objective-C object instance to wrap.
 	this (id object)