I'm wrapping a C++ library with SIP, and have a class with a virtual private destructor. sip reports a parse error when confronted with a declaration like "virtual ~GmOptions();". I can remove the "virtual" qualifier, but then the module fails to load, unable to find a mangled "_ZTI9GmOptions" symbol that I'm guessing is due to the destructor type being wrong.
Any suggestions? Are there any virtual destructors wrapped in PyQt or PyKDE that I could look at as an example? --amk _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
