On Tue, Jun 11, 2002 at 12:50:15AM +0200, Lars Gullik Bjønnes wrote: > - boost::function<void> showPreferences; > + boost::function0<void> showPreferences;
Why are these changes made ? Reduce slowness of template deduction or something ? > +extern "C" { > + > + void gui_ShowAboutlyx(LyXView &, Dialogs &); I've tried hard, but I'm at a loss to work out why these aren't in a namespace instead. It might do something about the butt-ugly names too ... regards john p.s. how do you square up your desire for lyx --frontend qt whne you want more pimpls ?