On Wed, 16 Jul 2008 16:12:15 -0700, "Erick Tryzelaar"
<[EMAIL PROTECTED]> wrote:
> I've got a simple sip file that has:
> 
> struct Foo {
> %TypeHeaderCode
> #include "foo.h"
> %End
> 
>   virtual Foo();
> };
> 
> struct Bar: Foo {
> %TypeHeaderCode
> #include "foo.h"
> %End
> 
>   virtual Bar();
> };
> 
> 
> That should be valid code though, right?

The "virtual"s aren't valid, but the super-classes should be. Fixed in
tonight's snapshot.

Phil

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to