~SlipSublist::SlipSublist() { } // code in source file SlipSublist.cpp:29:7: error: invalid use of destructor ‘~slip::SlipSublist’ as a type Any reason a destructor can not be included in the source file? I can't find what I did wrong(?) and constructors work fine. Different than Bug 40139.