On Wednesday, 8 January 2014 at 12:40:39 UTC, evilrat wrote:ok. gotta using mixins :(Just use another ctor. class MyObjectA : MyObject { this(MyContext mc) { super(mc); } }
i do this in template. just a bit sad using mixin everywhere.
On Wednesday, 8 January 2014 at 12:40:39 UTC, evilrat wrote:ok. gotta using mixins :(Just use another ctor. class MyObjectA : MyObject { this(MyContext mc) { super(mc); } }
i do this in template. just a bit sad using mixin everywhere.