On Mon, Jul 22, 2002 at 10:21:39PM +0200, Jean-Marc Lasgouttes wrote: > + > boost::scoped_ptr<Menu> submenuptr;
A subtle thing I found out a few weeks ago. You need to have an out of line dtor for the object that has a scoped_ptr inside it. e.g. XMiniBuffer needs an outofline dtor because it contains a scoped_ptr as a member on a forward-declared class regards john p.s. I've made some toolbar changes so don't go there right now... -- "Of all manifestations of power, restraint impresses the most." - Thucydides