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);
}
}
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);
}
}