At 10:29 AM +0100 3/3/04, Leopold Toetsch wrote:
Dan Sugalski <[EMAIL PROTECTED]> wrote:
If you have a pmc class that inherits from delegate you're out of
luck. All of delegate's methods, save init, are autogenerated, and as
such can't be inherited from.
I've put in a hackish patch to delegate
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> If you have a pmc class that inherits from delegate you're out of
> luck. All of delegate's methods, save init, are autogenerated, and as
> such can't be inherited from.
I've put in a hackish patch to delegate object vtables to delegate.pmc.
Seems to be t