Comment 4 for bug 217322

Revision history for this message
robertwb (robertwb) wrote : Re: [Bug 217322] Re: unable to pass void pointer to a class member

On Apr 14, 2008, at 9:38 AM, Johannes Wienke wrote:
> Oh, I meant cdef, not cpdef, error is the same.

This is probably because you define this function before you define
the cdef class Library.

- Robert