On Tuesday 04 March 2008, Arve Knudsen wrote: > Looks like what it took was to declare the copy constructor private in the > .sip. Yes, but you shouldn't need to. SIP should know that there is a private copy ctor in a super-class and therefore not automatically generate a default copy ctor in your sub-class. Phil