Class methods in D?

Mehrdad wfunction at hotmail.com
Thu May 3 10:26:02 PDT 2012


>    this() { this.handle = className(this.className, ...); }

whoops, typo.

That line should say:
this() { this.handle = CreateWindow(this.className, ...); }



More information about the Digitalmars-d mailing list