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?
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to