inheritance from abstract broken?

Gary Willoughby dev at nomad.so
Wed Jan 8 06:01:41 PST 2014


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


More information about the Digitalmars-d-learn mailing list