fix cpp target

This commit is contained in:
Dima Granetchi
2015-01-02 16:53:46 +02:00
parent 0fb2f1a9ef
commit 47b469b2dc
+1 -1
View File
@@ -153,7 +153,7 @@ class BindExt {
var callListener = switch (type) {
case macro : Void: macro if (!init) $i{zeroListener}();
case _: macro if (!init) { var v:Null<$type> = null; try { v = $expr; } catch (e:Dynamic) { }; $i{zeroListener}($i{zeroValue}, $i{zeroValue} = v); };
case _: macro if (!init) { var v:Null < $type > = null; try { v = $expr; } catch (e:Dynamic) { }; $i { zeroListener } ($i { zeroValue }, v); $i { zeroValue } = v; };
}
var preInit = [