Re: [wxlua-users] bind and void parameter.

2008-10-23 Thread John Labenski
On Wed, Oct 22, 2008 at 2:15 PM, klaas.holwerda [EMAIL PROTECTED] wrote: John Labenski wrote: On Tue, Oct 21, 2008 at 12:50 PM, klaas.holwerda [EMAIL PROTECTED] wrote: Hi John, This might be an easy one to fix. a2dCanvasObject* GetParent( void ) const The void parameter causes problems.

Re: [wxlua-users] bind and void parameter.

2008-10-22 Thread klaas.holwerda
John Labenski wrote: On Tue, Oct 21, 2008 at 12:50 PM, klaas.holwerda [EMAIL PROTECTED] wrote: Hi John, This might be an easy one to fix. a2dCanvasObject* GetParent( void ) const The void parameter causes problems. Maybe you can simply skip it. I remember some compilers give a warning

Re: [wxlua-users] bind and void parameter.

2008-10-21 Thread John Labenski
On Tue, Oct 21, 2008 at 12:50 PM, klaas.holwerda [EMAIL PROTECTED] wrote: Hi John, This might be an easy one to fix. a2dCanvasObject* GetParent( void ) const The void parameter causes problems. Maybe you can simply skip it. I remember some compilers give a warning if its missing, so it is